Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains:annotations to v24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 5b9d9a4 commit a1f496f
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 @@ -18,7 +18,7 @@ repositories {
}

dependencies {
compileOnly("org.jetbrains", "annotations", "24.0.0")
compileOnly("org.jetbrains", "annotations", "24.1.0")

annotationProcessor("com.uber.nullaway", "nullaway", "0.10.9")
errorprone("com.google.errorprone", "error_prone_core", "2.18.0")
Expand Down

0 comments on commit a1f496f

Please sign in to comment.