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 Nov 6, 2022
1 parent 0257716 commit 68ab348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotation-file-utilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
}
implementation 'org.plumelib:bcel-util:1.1.16'
if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
implementation 'org.plumelib:options:1.0.6'
implementation 'org.plumelib:options:2.0.2'
} else {
implementation 'org.plumelib:options:2.0.2'
}
Expand Down

0 comments on commit 68ab348

Please sign in to comment.