From 78dbcb5e0926f23228e62a8b3a23f319ff056168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 15:15:02 +0000 Subject: [PATCH] Bump options from 1.0.5 to 2.0.2 Bumps [options](https://github.com/plume-lib/options) from 1.0.5 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](https://github.com/plume-lib/options/compare/v1.0.5...v2.0.2) --- updated-dependencies: - dependency-name: org.plumelib:options dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7d58d3f87a..f730c7a5df 100644 --- a/build.gradle +++ b/build.gradle @@ -57,9 +57,9 @@ 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.2' } else { - plumelib 'org.plumelib:options:2.0.0' + plumelib 'org.plumelib:options:2.0.2' } // https://mvnrepository.com/artifact/org.plumelib/plume-util plumelib 'org.plumelib:plume-util:1.5.8'