Skip to content

Commit

Permalink
Bump options from 2.0.0 to 2.0.2 in /annotation-file-utilities
Browse files Browse the repository at this point in the history
Bumps [options](https://github.com/plume-lib/options) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/plume-lib/options/releases)
- [Changelog](https://github.com/plume-lib/options/blob/master/CHANGELOG.md)
- [Commits](plume-lib/options@v2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: org.plumelib:options
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2022
1 parent 4c2eed5 commit 48f43c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions annotation-file-utilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ dependencies {
}
implementation 'org.plumelib:bcel-util:1.1.15'
if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
implementation 'org.plumelib:options:2.0.0'
implementation 'org.plumelib:options:2.0.2'
} else {
implementation 'org.plumelib:options:2.0.0'
implementation 'org.plumelib:options:2.0.2'
}
implementation 'org.plumelib:options:1.0.5'
implementation 'org.plumelib:options:2.0.2'
implementation 'org.plumelib:plume-util:1.5.9'
implementation 'org.plumelib:reflection-util:1.0.5'
// Annotations in checker-qual.jar are used, but no checkers are (currently) run on the code.
Expand Down

0 comments on commit 48f43c0

Please sign in to comment.