From e1a1e1cab01b27db06afeb18b0f1330c2e9ab9c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:35:06 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.154 --- 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 bcc84cc8..13d2dcec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ kotest = "5.5.4" # https://github.com/kotest/kotest/rele kotlinProcess = "1.4.1" # https://github.com/pgreze/kotlin-process/releases -classgraph = "4.8.147" # https://github.com/classgraph/classgraph/releases +classgraph = "4.8.154" # https://github.com/classgraph/classgraph/releases gradleNodePlugin = "3.5.1" # https://github.com/node-gradle/gradle-node-plugin/releases gitVersioningPlugin = "6.3.6" # https://github.com/qoomon/gradle-git-versioning-plugin/releases