diff --git a/framework/build.gradle b/framework/build.gradle index e6931c609b1..e67eabab695 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.154' testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation project(':framework-test')