From 327ef8ba05f375f32fbf542e7f0f1d79d0a67abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 07:17:14 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.176 to 4.8.177 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.176 to 4.8.177. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.176...classgraph-4.8.177) --- 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 452b5fb..aa4da1f 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.176', + classgraph : 'io.github.classgraph:classgraph:4.8.177', 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',