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 (#565)
  • Loading branch information
natedanner authored Oct 1, 2024
1 parent 24cd5e5 commit ae8faf5
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 @@ -16,7 +16,7 @@ dependencies {
testImplementation("org.projectlombok:lombok:latest.release")

annotationProcessor("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 ae8faf5

Please sign in to comment.