From ce974d975b619b87d66377adff9ddf5c4097a2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 10:29:48 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.165 to 4.8.170 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.165 to 4.8.170. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.165...classgraph-4.8.170) --- 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 5334489ff16..8c2f9c6f309 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.165' + classgraphVersion = '4.8.170' classmateVersion = '1.5.1' collections4Version = '4.4' commonscodecVersion = '1.16.0'