Skip to content

Commit

Permalink
update to latest error prone to remove protobuf-java@3.19.2 vulnerabi…
Browse files Browse the repository at this point in the history
…lity (#184)
  • Loading branch information
natedanner authored Oct 2, 2024
1 parent 8b44ccd commit 403577a
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 @@ -35,7 +35,7 @@ dependencies {

annotationProcessor("org.openrewrite:rewrite-templating:$rewriteVersion")
implementation("org.openrewrite:rewrite-templating:$rewriteVersion")
compileOnly("com.google.errorprone:error_prone_core:2.19.1") {
compileOnly("com.google.errorprone:error_prone_core:2.+") {
exclude("com.google.auto.service", "auto-service-annotations")
}

Expand Down

0 comments on commit 403577a

Please sign in to comment.