From eaa9e8b97b02a690b6ed5cce580efc2420526eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 04:25:59 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.149 to 4.8.177 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.149 to 4.8.177. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.149...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] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index c13cb9eeb..859264154 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -23,5 +23,5 @@ dependencies { api 'com.github.ben-manes.caffeine:caffeine:3.1.1' testImplementation "org.incendo:cloud-core:$cloudVersion" api "org.incendo:cloud-annotations:$cloudVersion" - api "io.github.classgraph:classgraph:4.8.149" + api "io.github.classgraph:classgraph:4.8.177" } \ No newline at end of file