From 9a0866cd6e64456bff0c35ded462e91f1b144150 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:39:33 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.177 (#195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 94506b68..934a2d0a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ kotest = "5.9.1" # https://github.com/kotest/kotest/rele kotlinProcess = "1.5" # https://github.com/pgreze/kotlin-process/releases -classgraph = "4.8.175" # https://github.com/classgraph/classgraph/releases +classgraph = "4.8.177" # https://github.com/classgraph/classgraph/releases gradleNodePlugin = "7.1.0" # https://github.com/node-gradle/gradle-node-plugin/releases