diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 7cc5ab0f01..01478f1a07 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -230,7 +230,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.176") + testImplementation("io.github.classgraph:classgraph:4.8.177") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {