Skip to content

Commit

Permalink
build(deps): bump com.google.errorprone:error_prone_annotations (#262)
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.26.1 to 2.27.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.26.1...v2.27.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 27, 2024
1 parent 33733c0 commit 88b0084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencyResolutionManagement {
version("jmh", "1.36")

library("junit", "junit:junit:4.13.2")
library("errorprone", "com.google.errorprone:error_prone_annotations:2.26.1")
library("errorprone", "com.google.errorprone:error_prone_annotations:2.27.0")
library("truth", "com.google.truth:truth:1.4.2")

library("jmhcore", "org.openjdk.jmh", "jmh-core").versionRef("jmh")
Expand Down

0 comments on commit 88b0084

Please sign in to comment.