diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 16e2ef6198..c1cd4a7187 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -191,7 +191,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.161") + testImplementation("io.github.classgraph:classgraph:4.8.162") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {