From ecb1551bb038aa0672a0ee2c5fddfaf7bc5b6e1f Mon Sep 17 00:00:00 2001 From: "72273452+myohn-paypal@users.noreply.github.com" <72273452+myohn-paypal@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:22:27 -0700 Subject: [PATCH] upgrade classgraph --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d885138..1207599f 100644 --- a/build.gradle +++ b/build.gradle @@ -293,7 +293,7 @@ ext.lib = [ // Utilities annotations: "com.google.code.findbugs:annotations:3.0.0", - classgraph: "io.github.classgraph:classgraph:4.8.107", + classgraph: "io.github.classgraph:classgraph:4.8.112", commons_io: "commons-io:commons-io:2.9.0", commons_lang3: "org.apache.commons:commons-lang3:3.17.0", commons_collections4: "org.apache.commons:commons-collections4:4.5.0",