From c22b6c2ff809516c10ad4f3f81e45718ff967dac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:08:44 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.179 | datasource | package | from | to | | ---------- | ------------------------------- | ------- | ------- | | maven | io.github.classgraph:classgraph | 4.8.149 | 4.8.179 | --- 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 6bdc676b..329dc763 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] arrowGradleConfig = "0.10.2" -classgraph = "4.8.149" +classgraph = "4.8.179" kotlin = "1.8.255-SNAPSHOT" reflections = "0.10.2"