Skip to content

Commit bfab389

Browse files
dependabot[bot]mikosik
authored andcommitted
dependabot: bump com.uber.nullaway:nullaway from 0.12.9 to 0.12.12
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.12.9 to 0.12.12. - [Release notes](https://github.com/uber/NullAway/releases) - [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md) - [Commits](uber/NullAway@v0.12.9...v0.12.12) --- updated-dependencies: - dependency-name: com.uber.nullaway:nullaway dependency-version: 0.12.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 890fbaa commit bfab389

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
@@ -52,7 +52,7 @@ subprojects { subproject ->
5252
dependencies {
5353
errorprone "com.google.errorprone:error_prone_core:2.44.0"
5454
api libs.jspecify
55-
errorprone 'com.uber.nullaway:nullaway:0.12.9'
55+
errorprone 'com.uber.nullaway:nullaway:0.12.12'
5656
}
5757
tasks.withType(JavaCompile).configureEach {
5858
options.errorprone {

0 commit comments

Comments
 (0)