From e780df8a1ad1e410cfddbc3591fa8cd81bde87f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:33:55 +0000 Subject: [PATCH] chore(deps): update dependency io.github.classgraph:classgraph to v4.8.179 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 41e5a32..1b8bfc2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ kotlin = "2.0.21" testkit = "0.9.0" [libraries] -classgraph = "io.github.classgraph:classgraph:4.8.177" +classgraph = "io.github.classgraph:classgraph:4.8.179" 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" }