Skip to content

Commit

Permalink
Update dependency com.google.errorprone:error_prone_annotations to v2…
Browse files Browse the repository at this point in the history
….29.2
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 8c33be4 commit 6b4b142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jambalaya-tenancy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
api(project(":jambalaya-checks"))
api(project(":jambalaya-opentelemetry"))

compileOnly("com.google.errorprone:error_prone_annotations:2.23.0")
compileOnly("com.google.errorprone:error_prone_annotations:2.29.2")

implementation(jambalayaLibs.junit.jupiter.api)
}

0 comments on commit 6b4b142

Please sign in to comment.