From 078a2d6805ead1f9d2ed0316b7f2575018bba884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:21:09 +0000 Subject: [PATCH] Bump org.plumelib:options from 1.0.5 to 2.0.3 Bumps [org.plumelib: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-version: 2.0.3 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 bbe606cb..5692e0df 100644 --- a/build.gradle +++ b/build.gradle @@ -105,7 +105,7 @@ dependencies { implementation files("${checkerJar}") implementation group: 'com.google.errorprone', name: 'javac', version: "$errorproneJavacVersion" - implementation 'org.plumelib:options:1.0.5' + implementation 'org.plumelib:options:2.0.3' implementation 'org.plumelib:plume-util:1.8.1' implementation 'com.google.guava:guava:31.1-jre'