diff --git a/build.gradle.kts b/build.gradle.kts index f138db6..e0009a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ subprojects { set("picoCliVersion", "4.7.6") // https://mvnrepository.com/artifact/info.picocli/picocli set("jacksonVersion", "2.18.1") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations set("jsonSchemaVersion", "1.0.39") // https://mvnrepository.com/artifact/com.kjetland/mbknor-jackson-jsonschema - set("classGraphVersion", "4.8.177") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph + set("classGraphVersion", "4.8.179") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph set("kotlinVersion", "2.0.21") // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-common set("scalaVersion", "2.13.15")