Skip to content

Commit

Permalink
Bump nullaway from 0.9.8 to 0.9.9 (#3720)
Browse files Browse the repository at this point in the history
Bumps [nullaway](https://github.com/uber/NullAway) from 0.9.8 to 0.9.9.
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.9.8...v0.9.9)

---
updated-dependencies:
- dependency-name: com.uber.nullaway:nullaway
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 4, 2022
1 parent 685b7e2 commit 875adea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -106,7 +106,7 @@ subprojects {
/* ERROR PRONE */
dependencies {
// NullAway errorprone plugin
annotationProcessor 'com.uber.nullaway:nullaway:0.9.8'
annotationProcessor 'com.uber.nullaway:nullaway:0.9.9'
errorprone 'com.google.errorprone:error_prone_core:2.10.0'
// Using github.com/google/error-prone-javac is required when running on
// JDK 8. Remove when migrating to JDK 11.
Expand Down

0 comments on commit 875adea

Please sign in to comment.