Skip to content

Commit e4bc9b0

Browse files
chore(deps): bump com.uber.nullaway:nullaway from 0.10.7 to 0.12.10
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.10.7 to 0.12.10. - [Release notes](https://github.com/uber/NullAway/releases) - [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md) - [Commits](uber/NullAway@v0.10.7...v0.12.10) --- updated-dependencies: - dependency-name: com.uber.nullaway:nullaway dependency-version: 0.12.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 586b4a6 commit e4bc9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ subprojects {
118118
/* ERROR PRONE */
119119
dependencies {
120120
// NullAway errorprone plugin
121-
annotationProcessor 'com.uber.nullaway:nullaway:0.10.7'
121+
annotationProcessor 'com.uber.nullaway:nullaway:0.12.10'
122122
errorprone 'com.google.errorprone:error_prone_core:2.10.0'
123123
// Using github.com/google/error-prone-javac is required when running on
124124
// JDK 8. Remove when migrating to JDK 11.

0 commit comments

Comments
 (0)