Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
// As of 2019-12-16, the version of reflection-util in the Annotation
// File Utilities takes priority over this version, in the fat jar
// file. :-( So update it and re-build it locally when updating this.
implementation 'org.plumelib:reflection-util:1.0.4'
implementation 'org.plumelib:reflection-util:1.0.6'
implementation 'org.plumelib:plume-util:1.5.8'

// Dependencies added to "shadow" appear as dependencies in Maven Central.
Expand Down
2 changes: 1 addition & 1 deletion framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
// If you add an external dependency, you must shadow its packages.
// See the comment in ../build.gradle in the shadowJar block.
implementation 'org.plumelib:plume-util:1.5.8'
implementation 'org.plumelib:reflection-util:1.0.4'
implementation 'org.plumelib:reflection-util:1.0.6'
implementation 'io.github.classgraph:classgraph:4.8.141'

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
Expand Down