From 17b435459f670bc67b725768b79a858e28df47a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:18:11 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.177 --- 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 87df85f0cf73..3ed5e59e3cf7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" } bartholdy = { module = "de.sormuras:bartholdy", version = "0.2.3" } bndlib = { module = "biz.aQute.bnd:biz.aQute.bndlib", version.ref = "bnd" } checkstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "checkstyle" } -classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.176" } +classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.177" } commons-io = { module = "commons-io:commons-io", version = "2.17.0" } groovy4 = { module = "org.apache.groovy:groovy", version = "4.0.23" } groovy2-bom = { module = "org.codehaus.groovy:groovy-bom", version = "2.5.23" }