Skip to content

Commit

Permalink
Update dependency com.google.errorprone:error_prone_core to v2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 1ce04c9 commit 1c9b8f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (!project.hasProperty("skipErrorprone")) {
apply(plugin = "net.ltgt.errorprone")

dependencies {
"errorprone"("com.google.errorprone:error_prone_core:2.31.0")
"errorprone"("com.google.errorprone:error_prone_core:2.34.0")
"annotationProcessor"("com.google.guava:guava-beta-checker:1.0")
}

Expand Down

0 comments on commit 1c9b8f8

Please sign in to comment.