From 50781698aef12c5fdf95d293a4812d6b78e9beea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 19:29:28 +0000 Subject: [PATCH] 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](https://github.com/plume-lib/options/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7d58d3f87a..05daccd297 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ allprojects { plumelib 'org.plumelib:bcel-util:1.1.15' // https://mvnrepository.com/artifact/org.plumelib/options if (JavaVersion.current() == JavaVersion.VERSION_1_8) { - plumelib 'org.plumelib:options:1.0.5' + plumelib 'org.plumelib:options:2.0.0' } else { plumelib 'org.plumelib:options:2.0.0' }