From a80b9ac64f4b69bb6c75ea67078ba844eda063e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 19:02:11 +0000 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.141 to 4.8.155 Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.141 to 4.8.155. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.141...classgraph-4.8.155) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- framework/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/build.gradle b/framework/build.gradle index e6931c609b1b..84c47e815958 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -69,7 +69,7 @@ dependencies { // See the comment in ../build.gradle in the shadowJar block. implementation 'org.plumelib:plume-util:1.5.8' implementation 'org.plumelib:reflection-util:1.0.4' - implementation 'io.github.classgraph:classgraph:4.8.141' + implementation 'io.github.classgraph:classgraph:4.8.155' testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation project(':framework-test')