Skip to content

Commit

Permalink
update to latest error prone to remove [email protected] vulnerabi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
natedanner committed Oct 1, 2024
1 parent 07e416e commit 8743150
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 @@ -23,7 +23,7 @@ dependencies {

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

Expand Down

0 comments on commit 8743150

Please sign in to comment.