From 8771ff6b395aefa29c88ca7188a5a45f6347a3a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 09:20:23 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.151 | datasource | package | from | to | | ---------- | ------------------------------- | ------- | ------- | | maven | io.github.classgraph:classgraph | 4.8.146 | 4.8.151 | --- 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..1f31e92 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.151" kotlin = "1.7.20-dev-1435" reflections = "0.10.2"