Skip to content

Commit

Permalink
Update log4j_version to v2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent 2868a9a commit 3056054
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.21.0"
def log4j_version = "2.21.1"
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 3056054

Please sign in to comment.