From cb97185ce04917d3b92ae968b825bb411e369013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:46:15 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.172 to 4.8.173 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.172 to 4.8.173. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.172...classgraph-4.8.173) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- framework/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/build.gradle b/framework/build.gradle index db417ce4..86733b09 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -1,6 +1,6 @@ dependencies { api('com.google.code.findbugs:jsr305:3.0.2') - implementation('io.github.classgraph:classgraph:4.8.172') + implementation('io.github.classgraph:classgraph:4.8.173') api('com.zaxxer:HikariCP:5.1.0') api('com.google.code.gson:gson:2.11.0') // Cannot upgrade to org.asynchttpclient:async-http-client as that requires Netty4 and we use Netty3