Skip to content

Commit 70bb92f

Browse files
Bump com.uber.nullaway:nullaway in the development-dependencies group (#3882)
Bumps the development-dependencies group with 1 update: [com.uber.nullaway:nullaway](https://github.com/uber/NullAway). Updates `com.uber.nullaway:nullaway` from 0.12.6 to 0.12.7 - [Release notes](https://github.com/uber/NullAway/releases) - [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md) - [Commits](uber/NullAway@v0.12.6...v0.12.7) --- updated-dependencies: - dependency-name: com.uber.nullaway:nullaway dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6682837 commit 70bb92f

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
@@ -188,7 +188,7 @@ configure(javaProjects) { subproject ->
188188
testImplementation "org.hamcrest:hamcrest-core:$hamcrestVersion"
189189
optionalApi "org.assertj:assertj-core:$assertjVersion"
190190

191-
errorprone 'com.uber.nullaway:nullaway:0.12.6'
191+
errorprone 'com.uber.nullaway:nullaway:0.12.7'
192192
errorprone 'com.google.errorprone:error_prone_core:2.36.0'
193193
}
194194

0 commit comments

Comments
 (0)