Skip to content

Commit

Permalink
fix(deps): update dependency com.google.errorprone:error_prone_core t…
Browse files Browse the repository at this point in the history
…o v2.28.0
  • Loading branch information
renovate-bot authored and vlsi committed Jun 3, 2024
1 parent 423ee03 commit 9cb7d57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (!project.hasProperty("skipErrorprone")) {
apply(plugin = "net.ltgt.errorprone")

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

Expand Down

0 comments on commit 9cb7d57

Please sign in to comment.