diff --git a/framework/build.gradle b/framework/build.gradle index 398187b402e..59750bffc46 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.123' + implementation 'io.github.classgraph:classgraph:4.8.126' testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation project(':framework-test')