Skip to content

Commit eccebd0

Browse files
Bump nullaway from 0.10.1 to 0.10.2 (#3788)
Bumps [nullaway](https://github.com/uber/NullAway) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/uber/NullAway/releases) - [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md) - [Commits](uber/NullAway@v0.10.1...v0.10.2) --- updated-dependencies: - dependency-name: com.uber.nullaway:nullaway dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de74e0e commit eccebd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ subprojects {
114114
/* ERROR PRONE */
115115
dependencies {
116116
// NullAway errorprone plugin
117-
annotationProcessor 'com.uber.nullaway:nullaway:0.10.1'
117+
annotationProcessor 'com.uber.nullaway:nullaway:0.10.2'
118118
errorprone 'com.google.errorprone:error_prone_core:2.10.0'
119119
// Using github.com/google/error-prone-javac is required when running on
120120
// JDK 8. Remove when migrating to JDK 11.

0 commit comments

Comments
 (0)