Skip to content

Commit

Permalink
chore(deps): bump com.google.errorprone:error_prone_annotations
Browse files Browse the repository at this point in the history
Bumps [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) from 2.21.1 to 2.32.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.21.1...v2.32.0)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 13927b8 commit 5b93eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies.constraints {
api("com.github.spotbugs:spotbugs-annotations:4.8.6") {
because("com.github.spotbugs.annotations")
}
api("com.google.errorprone:error_prone_annotations:2.21.1") {
api("com.google.errorprone:error_prone_annotations:2.32.0") {
because("com.google.errorprone.annotations")
}
api("com.google.code.gson:gson:2.10.1") {
Expand Down

0 comments on commit 5b93eb4

Please sign in to comment.