Skip to content

Commit

Permalink
cli: Upgrade Log4j (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb authored Dec 13, 2021
1 parent fd5e5ba commit df54199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpha-cli-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation("org.apache.poi:poi-ooxml:${poiVersion}")

// Logging Implementation and SLF4J
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.14.1") {
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.15.0") {
// Exclude the SLF4J API, because we already have it via `alpha.java-application-conventions`.
exclude("org.slf4j", "slf4j-api")
}
Expand Down

0 comments on commit df54199

Please sign in to comment.