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 f48a76a commit a419c4eCopy full SHA for a419c4e
framework/build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
implementation "org.plumelib:plume-util:${versions.plumeUtil}"
74
implementation "org.plumelib:reflection-util:${versions.reflectionUtil}"
75
// Add this dependency if needed to debug classpath issues.
76
- // implementation 'io.github.classgraph:classgraph:4.8.172'
+ // implementation 'io.github.classgraph:classgraph:4.8.173'
77
78
testImplementation "junit:junit:${versions.junit}"
79
testImplementation project(':framework-test')
0 commit comments