diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7efc7cf..6a09f0a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ kotlin = "2.0.20" testkit = "0.9.0" [libraries] -classgraph = "io.github.classgraph:classgraph:4.8.176" +classgraph = "io.github.classgraph:classgraph:4.8.177" konf-yaml = { module = "com.uchuhimo:konf-yaml", version.ref = "konf" } # konf-json = { module = "com.uchuhimo:konf-json", version.ref = "konf" } kotest-junit5-jvm = { module = "io.kotest:kotest-runner-junit5-jvm", version.ref = "kotest" }