Skip to content

Commit f5f43d5

Browse files
chore(deps): bump com.uber.nullaway:nullaway from 0.10.7 to 0.12.5
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.10.7 to 0.12.5. - [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.5) --- updated-dependencies: - dependency-name: com.uber.nullaway:nullaway dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec548da commit f5f43d5

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.5'
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)