diff --git a/camel-idea-plugin/build.gradle b/camel-idea-plugin/build.gradle index 9bcac8c4..397308db 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.168" + implementation "io.github.classgraph:classgraph:4.8.170" implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1" implementation "io.fabric8:kubernetes-model-apiextensions:6.11.0"