From d144f67668f4c244a44549fbb49c57cb059e885f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 00:53:35 +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 1e120f65..d5ff50bf 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.0.1-jre'