From 73bc50344c4d450e3c3ac79239dc8dafc2b72cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 22:04:03 +0000 Subject: [PATCH] Bump checker-qual in /annotation-file-utilities Bumps [checker-qual](https://github.com/eisop/checker-framework) from 3.26.0-eisop1 to 3.28.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.26.0-eisop1...checker-framework-3.28.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 0e512a3bf..a23ae388e 100644 --- a/annotation-file-utilities/build.gradle +++ b/annotation-file-utilities/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'org.plumelib:plume-util:1.6.0' 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' + compileOnly 'io.github.eisop:checker-qual:3.28.0-eisop1' ext.errorproneVersion = '2.16' implementation "com.google.errorprone:error_prone_annotations:${errorproneVersion}" implementation ('org.checkerframework.annotatedlib:guava:30.1.1-jre') {