Skip to content

Commit

Permalink
fix(deps): update dependency com.uber.nullaway:nullaway to v0.10.9 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 14, 2023
1 parent 008f6d5 commit b1a797c
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.9.8")
annotationProcessor("com.uber.nullaway", "nullaway", "0.10.9")
errorprone("com.google.errorprone", "error_prone_core", "2.16")
errorproneJavac("com.google.errorprone", "javac", "9+181-r4173-1")

Expand Down

0 comments on commit b1a797c

Please sign in to comment.