We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed96d9e commit 093c594Copy full SHA for 093c594
build-logic/src/main/kotlin/bear.common.gradle.kts
@@ -46,7 +46,7 @@ blossom {
46
47
dependencies {
48
errorprone("com.google.errorprone:error_prone_core:2.23.0")
49
- annotationProcessor("com.uber.nullaway:nullaway:0.10.16")
+ annotationProcessor("com.uber.nullaway:nullaway:0.12.2")
50
}
51
52
tasks {
0 commit comments