Skip to content

Commit

Permalink
Do not pick up log4j-core:3.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 18, 2024
1 parent f27eb4b commit a1c41de
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 @@ -30,7 +30,7 @@ dependencies {
implementation("org.openrewrite.recipe:rewrite-static-analysis:${rewriteVersion}")
runtimeOnly("org.openrewrite:rewrite-java-17")

implementation("org.apache.logging.log4j:log4j-core:latest.release")
implementation("org.apache.logging.log4j:log4j-core:2.+")
implementation("org.slf4j:slf4j-api:2.+")

annotationProcessor("org.openrewrite:rewrite-templating:$rewriteVersion")
Expand Down

0 comments on commit a1c41de

Please sign in to comment.