Skip to content

Commit

Permalink
Update dependency com.google.errorprone:error_prone_core to v2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 13, 2024
1 parent 818f48d commit 0519b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ subprojects {
errorprone group: 'com.google.errorprone', name: 'error_prone_core', version: versions.errorprone
} else {
// EP 2.31.0 is the last release that works on Java < 17.
errorprone group: 'com.google.errorprone', name: 'error_prone_core', version: '2.31.0'
errorprone group: 'com.google.errorprone', name: 'error_prone_core', version: '2.32.0'
}

// TODO: it's a bug that annotatedlib:guava requires the error_prone_annotations dependency.
Expand Down

0 comments on commit 0519b15

Please sign in to comment.