Skip to content

Commit bd969ac

Browse files
Bump options from 1.0.5 to 2.0.0
Bumps [options](https://github.com/plume-lib/options) from 1.0.5 to 2.0.0. - [Release notes](https://github.com/plume-lib/options/releases) - [Changelog](https://github.com/plume-lib/options/blob/master/CHANGELOG.md) - [Commits](plume-lib/options@v1.0.5...v2.0.0) --- updated-dependencies: - dependency-name: org.plumelib:options dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2892920 commit bd969ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ allprojects {
5858
plumelib 'org.plumelib:bcel-util:1.1.14'
5959
// https://mvnrepository.com/artifact/org.plumelib/options
6060
if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
61-
plumelib 'org.plumelib:options:1.0.5'
61+
plumelib 'org.plumelib:options:2.0.0'
6262
} else {
6363
plumelib 'org.plumelib:options:2.0.0'
6464
}

0 commit comments

Comments
 (0)