diff --git a/camel-idea-plugin/build.gradle b/camel-idea-plugin/build.gradle index 67461f2c..b5a45752 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.163" + implementation "io.github.classgraph:classgraph:4.8.164" implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.3" implementation "io.fabric8:kubernetes-model-apiextensions:6.9.2"