From f3ce3facf810aa03e0cfe78928a14805bcc1279f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 23:04:57 +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 9b7b1ad2..d6e354ca 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,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.0' implementation 'org.plumelib:plume-util:1.5.8' implementation 'com.google.guava:guava:31.1-jre'