From 285ac375184e0ff2adb990a293da23c3426df6e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:06:33 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.172 to 4.8.176 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.172 to 4.8.176. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.172...classgraph-4.8.176) --- 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 c725b97434a..d07072dd0fe 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -26,7 +26,7 @@ ext { avroVersion = '1.11.3' xtdbVersion = '1.24.4' clojureVersion = '1.11.1' - classgraphVersion = '4.8.172' + classgraphVersion = '4.8.176' classmateVersion = '1.5.1' collections4Version = '4.4' // Version 1.17.0 breaks XTDB because of a change in lucene's library names