From 9e16b30edb8b3f497ac8f5580a0bd1357cb856ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:05:52 +0000 Subject: [PATCH] fix(deps): 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 3c740cf..e098c2a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ jetbrains-annotations = "24.1.0" flatlaf = "3.5.1" darklaf = "3.0.2" -classgraph = "4.8.175" +classgraph = "4.8.176" radiance-animation = "7.5.0"