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 a1fe083 commit c5cc9d8Copy full SHA for c5cc9d8
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.174'
+ implementation 'io.github.classgraph:classgraph:4.8.175'
49
50
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
51
testImplementation project(':framework-test')
0 commit comments