Skip to content

Commit

Permalink
Use Error Prone version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Aug 20, 2021
1 parent ff3a9ff commit c3c0b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions annotation-file-utilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
implementation 'org.plumelib:reflection-util:1.0.4'
// Annotations in checker-qual.jar are used, but no checkers are (currently) run on the code.
compileOnly 'org.checkerframework:checker-qual:3.17.0'
implementation 'com.google.errorprone:error_prone_annotations:2.8.1'
implementation 'com.google.errorprone:error_prone_annotations:2.9.0'
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.
exclude group: 'org.checkerframework'
Expand All @@ -84,7 +84,7 @@ dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation 'org.checkerframework:checker-qual:3.16.0'

errorprone("com.google.errorprone:error_prone_core:2.8.1")
errorprone("com.google.errorprone:error_prone_core:2.9.0")
}


Expand Down

0 comments on commit c3c0b36

Please sign in to comment.