We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63833c5 commit ea6612eCopy full SHA for ea6612e
build.gradle
@@ -187,7 +187,7 @@ configure(javaProjects) { subproject ->
187
testImplementation "org.hamcrest:hamcrest-core:$hamcrestVersion"
188
optionalApi "org.assertj:assertj-core:$assertjVersion"
189
190
- errorprone 'com.uber.nullaway:nullaway:0.12.4'
+ errorprone 'com.uber.nullaway:nullaway:0.12.6'
191
errorprone 'com.google.errorprone:error_prone_core:2.36.0'
192
}
193
0 commit comments