From e40df5252887fc8e2c61c1b2a013deedc7ed6e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 17:04:12 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.170 to 4.8.172 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.170 to 4.8.172. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.170...classgraph-4.8.172) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index 79af671c7a9..55d669df4e6 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -26,7 +26,7 @@ ext { avroVersion = '1.11.3' xtdbVersion = '1.24.0' clojureVersion = '1.11.1' - classgraphVersion = '4.8.170' + classgraphVersion = '4.8.172' classmateVersion = '1.5.1' collections4Version = '4.4' commonscodecVersion = '1.16.0'