From 82681f32ecdbce188abd70aa3f2593576d0c7cac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:03:46 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.184 --- mauro-persistence/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mauro-persistence/build.gradle b/mauro-persistence/build.gradle index 01e6c8f4b..0b6179784 100644 --- a/mauro-persistence/build.gradle +++ b/mauro-persistence/build.gradle @@ -49,7 +49,7 @@ dependencies { testFixturesImplementation("org.junit.jupiter:junit-jupiter-engine:5.2.0") // To find flyway migrations in jars - implementation 'io.github.classgraph:classgraph:4.8.158' + implementation 'io.github.classgraph:classgraph:4.8.184' codenarc 'org.apache.groovy:groovy-all:4.0.24' codenarc 'org.codenarc:CodeNarc:3.6.0-groovy-4.0'