From 4ab205ceb1b09f2fbb6e414933019fe040c845d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:14:55 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.173 --- 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 e7ae00aa..cf574902 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ kotest = "5.9.0" # https://github.com/kotest/kotest/rele kotlinProcess = "1.4.1" # https://github.com/pgreze/kotlin-process/releases -classgraph = "4.8.172" # https://github.com/classgraph/classgraph/releases +classgraph = "4.8.173" # https://github.com/classgraph/classgraph/releases gradleNodePlugin = "7.0.2" # https://github.com/node-gradle/gradle-node-plugin/releases