From 4fcc1d3fd3f5fa97be35a1f1bd69e220165a2f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 18:35:05 +0000 Subject: [PATCH] Bump classgraph from 4.8.140 to 4.8.141 --- framework/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/build.gradle b/framework/build.gradle index 908589f62db..df1b2ff1bba 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -45,7 +45,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.140' + implementation 'io.github.classgraph:classgraph:4.8.141' testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation project(':framework-test')