Skip to content

Commit

Permalink
Merge pull request #346 from openrewrite/09-25-2024-vulnerability-report
Browse files Browse the repository at this point in the history
update to latest error prone to remove [email protected] vulnerability
  • Loading branch information
natedanner authored Oct 2, 2024
2 parents acc1af7 + 8743150 commit 7b2c565
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 7b2c565

Please sign in to comment.