From 6b6e1364919c67d13678be0afad96faf8db634c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:03:53 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.175 to 4.8.176 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.175 to 4.8.176. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.175...classgraph-4.8.176) --- 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 c25f333..1450666 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.15', - classgraph : 'io.github.classgraph:classgraph:4.8.175', + classgraph : 'io.github.classgraph:classgraph:4.8.176', commonsLang : 'org.apache.commons:commons-lang3:3.17.0', commonsText : 'org.apache.commons:commons-text:1.12.0', dom4j : 'org.dom4j:dom4j:2.1.4',