From 7d6d72d66815616fc510c59fcb8fb0c48ad5be36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 16:32:18 +0000 Subject: [PATCH] Bump checker-qual in /annotation-file-utilities Bumps [checker-qual](https://github.com/eisop/checker-framework) from 3.24.0-eisop1 to 3.25.0-eisop1. - [Release notes](https://github.com/eisop/checker-framework/releases) - [Changelog](https://github.com/eisop/checker-framework/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/eisop/checker-framework/compare/checker-framework-3.24.0-eisop1...checker-framework-3.25.0-eisop1) --- updated-dependencies: - dependency-name: io.github.eisop:checker-qual 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 920601bac..d8ae2b761 100644 --- a/annotation-file-utilities/build.gradle +++ b/annotation-file-utilities/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'org.plumelib:plume-util:1.5.9' 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.24.0-eisop1' + compileOnly 'io.github.eisop:checker-qual:3.25.0-eisop1' ext.errorproneVersion = '2.15.0' // TODO: it's a bug that annotatedlib:guava requires the error_prone_annotations dependency. implementation "com.google.errorprone:error_prone_annotations:${errorproneVersion}"