From 7069420085ddd246ae223113e09d2612d439f952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:27:42 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.176 --- 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 a282cf48cb7..932f97af7b5 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.175" } +classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.176" } commons-io = { module = "commons-io:commons-io", version = "2.16.1" } groovy4 = { module = "org.apache.groovy:groovy", version = "4.0.23" } groovy2-bom = { module = "org.codehaus.groovy:groovy-bom", version = "2.5.23" }