From 8b889ef34cba2e064484ca26e44266a2013f5e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:07:56 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eade8880..522fa428 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ dependencies { // Needed to avoid conflicts with the version of the maven resolver used by IntelliJ implementation "org.apache.maven.resolver:maven-resolver-api:${mavenResolverVersion}" implementation "org.apache.maven.resolver:maven-resolver-impl:${mavenResolverVersion}" - implementation "io.github.classgraph:classgraph:4.8.176" + implementation "io.github.classgraph:classgraph:4.8.177" implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2" implementation "io.fabric8:kubernetes-model-apiextensions:6.13.4"