Skip to content

Commit

Permalink
build(deps): bump error_prone_annotations from 2.9.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.9.0...v2.10.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 and KengoTODA committed Nov 5, 2021
1 parent d63e473 commit 454be6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.apache.ant:ant:1.10.12'
testImplementation 'org.apache.logging.log4j:log4j-slf4j18-impl:2.14.0'
testImplementation 'com.google.errorprone:error_prone_annotations:2.9.0'
testImplementation 'com.google.errorprone:error_prone_annotations:2.10.0'

guiImplementation sourceSets.main.runtimeClasspath
guiCompileOnly 'com.apple:AppleJavaExtensions:1.4'
Expand Down

0 comments on commit 454be6a

Please sign in to comment.