Skip to content

Commit

Permalink
Update log4j2 monorepo to v2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2024
1 parent 72cdd2f commit 5351392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {

dependencies {
// SLF4J as a facade over Log4j2 required dependencies
def log4j_version = "2.23.1"
def log4j_version = "2.24.0"
implementation "org.apache.logging.log4j:log4j-api:$log4j_version"
implementation "org.apache.logging.log4j:log4j-core:$log4j_version"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4j_version"
Expand Down

0 comments on commit 5351392

Please sign in to comment.