Skip to content

Commit

Permalink
Update dependency io.github.classgraph:classgraph to v4.8.175 (#6766)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent a1fe083 commit c5cc9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation "org.plumelib:hashmap-util:${versions.hashmapUtil}"
implementation "org.plumelib:plume-util:${versions.plumeUtil}"
implementation "org.plumelib:reflection-util:${versions.reflectionUtil}"
implementation 'io.github.classgraph:classgraph:4.8.174'
implementation 'io.github.classgraph:classgraph:4.8.175'

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation project(':framework-test')
Expand Down

0 comments on commit c5cc9d8

Please sign in to comment.