From 7878a4fce6492d03853c35f68ab9d8257760764c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 07:44:21 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.174 to 4.8.175 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.174 to 4.8.175. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.174...classgraph-4.8.175) --- 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 f349cb1..be71ba0 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.174', + classgraph : 'io.github.classgraph:classgraph:4.8.175', commonsLang : 'org.apache.commons:commons-lang3:3.16.0', commonsText : 'org.apache.commons:commons-text:1.12.0', dom4j : 'org.dom4j:dom4j:2.1.4',