Skip to content

Commit

Permalink
build(deps): bump error_prone_annotations from 2.12.1 to 2.13.1
Browse files Browse the repository at this point in the history
Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.12.1 to 2.13.1.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.12.1...v2.13.1)

---
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 and KengoTODA committed Apr 19, 2022
1 parent 4168da0 commit d894f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugs-tests/build.gradle
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'org.hamcrest:hamcrest-all:1.3'
implementation 'org.apache.ant:ant:1.10.12'
implementation "org.apache.logging.log4j:log4j-slf4j18-impl:$log4jVersion"
implementation 'com.google.errorprone:error_prone_annotations:2.12.1'
implementation 'com.google.errorprone:error_prone_annotations:2.13.1'
implementation files(project(":spotbugs").sourceSets.gui.output)
}

Expand Down

0 comments on commit d894f53

Please sign in to comment.