From 68634e6c8e5893dc6d4c7a94cfa488c28368f4f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:04:54 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.170 | datasource | package | from | to | | ---------- | ------------------------------- | ------- | ------- | | maven | io.github.classgraph:classgraph | 4.8.146 | 4.8.170 | --- 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 1f5ba2a..774a00e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] arrowGradleConfig = "0.10.2" -classgraph = "4.8.146" +classgraph = "4.8.170" kotlin = "1.7.20-dev-1435" reflections = "0.10.2"