diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index adf0de9dbd..0e1a9a61ef 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -216,7 +216,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.165") + testImplementation("io.github.classgraph:classgraph:4.8.168") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {