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 6682837 commit 70bb92fCopy full SHA for 70bb92f
build.gradle
@@ -188,7 +188,7 @@ configure(javaProjects) { subproject ->
188
testImplementation "org.hamcrest:hamcrest-core:$hamcrestVersion"
189
optionalApi "org.assertj:assertj-core:$assertjVersion"
190
191
- errorprone 'com.uber.nullaway:nullaway:0.12.6'
+ errorprone 'com.uber.nullaway:nullaway:0.12.7'
192
errorprone 'com.google.errorprone:error_prone_core:2.36.0'
193
}
194
0 commit comments