Skip to content

Commit

Permalink
Update dependency com.google.errorprone:error_prone_core to v2.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent eac98f2 commit 8932199
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 @@ -79,7 +79,7 @@ spotless {
dependencies {
// Error Prone versions later than 2.10.0 require JDK 11.
// errorprone('com.google.errorprone:error_prone_core:2.23.0')
errorprone('com.google.errorprone:error_prone_core:2.10.0')
errorprone('com.google.errorprone:error_prone_core:2.24.1')
}
tasks.withType(JavaCompile).configureEach {
// "-processing" avoids javac warning "No processor claimed any of these annotations".
Expand Down

0 comments on commit 8932199

Please sign in to comment.