From 67c1962b174933eb8f0d71fef4b0ed80862cfca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 16:33:11 +0000 Subject: [PATCH] Bump errorproneVersion from 2.16 to 2.18.0 in /annotation-file-utilities Bumps `errorproneVersion` from 2.16 to 2.18.0. Updates `error_prone_annotations` from 2.16 to 2.18.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](https://github.com/google/error-prone/compare/v2.16...v2.18.0) Updates `error_prone_core` from 2.16 to 2.18.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](https://github.com/google/error-prone/compare/v2.16...v2.18.0) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_annotations dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.errorprone:error_prone_core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- annotation-file-utilities/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotation-file-utilities/build.gradle b/annotation-file-utilities/build.gradle index 0e512a3bf..35aac15b6 100644 --- a/annotation-file-utilities/build.gradle +++ b/annotation-file-utilities/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation 'org.plumelib:reflection-util:1.0.5' // Annotations in checker-qual.jar are used, but no checkers are (currently) run on the code. compileOnly 'io.github.eisop:checker-qual:3.27.0-eisop1' - ext.errorproneVersion = '2.16' + ext.errorproneVersion = '2.18.0' implementation "com.google.errorprone:error_prone_annotations:${errorproneVersion}" implementation ('org.checkerframework.annotatedlib:guava:30.1.1-jre') { // So long as Guava only uses annotations from checker-qual, excluding it should not cause problems.