From de7aa531b9f9eb1f9722e2c6ef2948747d9a9de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 23:22:57 +0000 Subject: [PATCH] Bump options from 1.0.5 to 2.0.3 Bumps [options](https://github.com/plume-lib/options) from 1.0.5 to 2.0.3. - [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.3) --- 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 b6d0b3b3c0..8ad22dce39 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ allprojects { plumelib 'org.plumelib:bcel-util:1.2.1' // https://mvnrepository.com/artifact/org.plumelib/options if (JavaVersion.current() == JavaVersion.VERSION_1_8) { - plumelib 'org.plumelib:options:1.0.6' + plumelib 'org.plumelib:options:2.0.3' } else { plumelib 'org.plumelib:options:2.0.3' }