From 3f96d1081b2d11d4620c6c1997c48940f81eab0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 07:09:39 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.164 to 4.8.165 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.164 to 4.8.165. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.164...classgraph-4.8.165) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 0fe58b7..241f35b 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -23,7 +23,7 @@ final Map libraries = [ // Keep plaintext versions here so Dependabot can parse the versions; don't interpolate version variables here // because Dependabot is not smart enough to understand those. ant : 'org.apache.ant:ant:1.10.14', - classgraph : 'io.github.classgraph:classgraph:4.8.164', + classgraph : 'io.github.classgraph:classgraph:4.8.165', commonsLang : 'org.apache.commons:commons-lang3:3.13.0', commonsText : 'org.apache.commons:commons-text:1.11.0', dom4j : 'org.dom4j:dom4j:2.1.4',