From 6ff07af289e44c01f9c678871128ec9cd7d2a7f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 19:38:17 +0000 Subject: [PATCH] chore(deps): update dependency io.github.classgraph:classgraph to v4.8.167 --- 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 13217650..9b366d6c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ kotlin = "1.9.22" mockito = "4.5.0" [libraries] -classgraph = "io.github.classgraph:classgraph:4.8.165" +classgraph = "io.github.classgraph:classgraph:4.8.167" 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" }