From e11f1023a13ec3cb6162a509d47574b8fb007915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:25:39 +0200 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.171 to 4.8.172 (#1018) Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.171 to 4.8.172. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.171...classgraph-4.8.172) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- camel-idea-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camel-idea-plugin/build.gradle b/camel-idea-plugin/build.gradle index 93bf5805..93c0b9ea 100644 --- a/camel-idea-plugin/build.gradle +++ b/camel-idea-plugin/build.gradle @@ -66,7 +66,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.171" + implementation "io.github.classgraph:classgraph:4.8.172" implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1" implementation "io.fabric8:kubernetes-model-apiextensions:6.12.1"