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 (#20)
  • Loading branch information
natedanner authored Oct 2, 2024
1 parent 1f6ffb5 commit 0e68959
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 @@ -14,7 +14,7 @@ dependencies {

annotationProcessor("org.openrewrite:rewrite-templating:latest.integration")
implementation("org.openrewrite:rewrite-templating:latest.integration")
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 0e68959

Please sign in to comment.