Skip to content

Commit

Permalink
Update dependency com.google.errorprone:error_prone_core to v2.24.0 (#…
Browse files Browse the repository at this point in the history
…249)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 31e0fbe commit 4f1b723
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 @@ -64,7 +64,7 @@ spotless {
/// Error Prone linter

dependencies {
errorprone('com.google.errorprone:error_prone_core:2.23.0')
errorprone('com.google.errorprone:error_prone_core:2.24.0')
}
tasks.withType(JavaCompile).configureEach {
// "-processing" avoids javac warning "No processor claimed any of these annotations".
Expand Down

0 comments on commit 4f1b723

Please sign in to comment.