Skip to content

Commit

Permalink
Merge pull request #230 from tailrocks/renovate/com.google.errorprone…
Browse files Browse the repository at this point in the history
…-error_prone_annotations-2.x

Update dependency com.google.errorprone:error_prone_annotations to v2.29.2
  • Loading branch information
donbeave authored Jul 24, 2024
2 parents b4ecaa7 + 6b4b142 commit 40322bb
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 40322bb

Please sign in to comment.