Skip to content

Commit

Permalink
Update error prone to 2.34.0 and error prone plugin to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Oct 22, 2024
1 parent 9db30be commit bf1aadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
jackson = "2.18.0"
retrofit = "2.11.0"
dropwizard = "4.0.9"
errorprone = "2.33.0"
errorprone = "2.34.0"

[libraries]
errorprone_annotations = { module = "com.google.errorprone:error_prone_annotations", version.ref = "errorprone" }
Expand Down Expand Up @@ -33,5 +33,5 @@ retrofit = ["retrofit", "retrofit-jackson", "retrofit-scalars"]

[plugins]
dependencycheck = "org.owasp.dependencycheck:8.4.3"
errorprone = "net.ltgt.errorprone:4.0.1"
errorprone = "net.ltgt.errorprone:4.1.0"
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }

0 comments on commit bf1aadb

Please sign in to comment.