Skip to content

Commit

Permalink
fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 5b9d9a4 commit af07428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
dependencies {
compileOnly("org.jetbrains", "annotations", "24.0.0")

annotationProcessor("com.uber.nullaway", "nullaway", "0.10.9")
annotationProcessor("com.uber.nullaway", "nullaway", "0.10.23")
errorprone("com.google.errorprone", "error_prone_core", "2.18.0")
errorproneJavac("com.google.errorprone", "javac", "9+181-r4173-1")

Expand Down

0 comments on commit af07428

Please sign in to comment.