From bd6b337134b2e2bcc1b46b6904bfaac92053e4b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:52:20 +0000 Subject: [PATCH] Bump classgraph from 4.8.153 to 4.8.154 Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.153 to 4.8.154. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.153...classgraph-4.8.154) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7ad26049628..0e0cc644403 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ allprojects { antlrVersion = '3.5.3' ST4Version = '4.3.4' avroVersion = '1.11.1' - classgraphVersion = '4.8.153' + classgraphVersion = '4.8.154' classmateVersion = '1.5.1' collections4Version = '4.4' commonscodecVersion = '1.15'