We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ef3ae commit 914fb72Copy full SHA for 914fb72
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.172'
+ implementation 'io.github.classgraph:classgraph:4.8.173'
49
50
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
51
testImplementation project(':framework-test')
0 commit comments