There was an error while loading. Please reload this page.
1 parent 98da4e5 commit d146eeaCopy full SHA for d146eea
framework/build.gradle
@@ -45,7 +45,7 @@ dependencies {
45
implementation "org.plumelib:hashmap-util:${versions.hashmapUtil}"
46
implementation "org.plumelib:plume-util:${versions.plumeUtil}"
47
implementation "org.plumelib:reflection-util:${versions.reflectionUtil}"
48
- implementation 'io.github.classgraph:classgraph:4.8.162'
+ implementation 'io.github.classgraph:classgraph:4.8.165'
49
50
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
51
testImplementation project(':framework-test')
0 commit comments