Skip to content

Commit c5cc9d8

Browse files
Update dependency io.github.classgraph:classgraph to v4.8.175 (#6766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1fe083 commit c5cc9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation "org.plumelib:hashmap-util:${versions.hashmapUtil}"
4646
implementation "org.plumelib:plume-util:${versions.plumeUtil}"
4747
implementation "org.plumelib:reflection-util:${versions.reflectionUtil}"
48-
implementation 'io.github.classgraph:classgraph:4.8.174'
48+
implementation 'io.github.classgraph:classgraph:4.8.175'
4949

5050
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
5151
testImplementation project(':framework-test')

0 commit comments

Comments
 (0)