diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index b5ff8e6430..0796d8eb6b 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -260,7 +260,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.192") + testImplementation("io.github.classgraph:classgraph:4.8.193") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {