From 36162c1363674e742948800286a7acce4a52394e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 14:02:42 -0700 Subject: [PATCH] Bump classgraph from 4.8.105 to 4.8.106 --- framework/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/build.gradle b/framework/build.gradle index e78bfd6ebd4..a804565d567 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -42,7 +42,7 @@ dependencies { // See the comment in ../build.gradle in the shadowJar block. implementation 'org.plumelib:plume-util:1.5.3' implementation 'org.plumelib:reflection-util:1.0.3' - implementation 'io.github.classgraph:classgraph:4.8.105' + implementation 'io.github.classgraph:classgraph:4.8.106' // TODO: it's a bug that annotatedlib:guava requires the error_prone_annotations dependency. // Update the next two version numbers in tandem. Get the Error Prone version from the "compile