diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 09d8f362..045bbf0e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ kotlin = "1.9.23" mockito = "4.5.0" [libraries] -classgraph = "io.github.classgraph:classgraph:4.8.170" +classgraph = "io.github.classgraph:classgraph:4.8.171" konf-yaml = { module = "com.uchuhimo:konf-yaml", version.ref = "konf" } kotest-junit5-jvm = { module = "io.kotest:kotest-runner-junit5-jvm", version.ref = "kotest" } kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }