Skip to content

Commit

Permalink
Bump: log4j to 2.16.0 (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
princeyesuraj committed Dec 15, 2021
1 parent 32e9d94 commit 3506129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* Bump: log4j to 2.16.0 (#1845)

## 5.5.0

* Bump: log4j to 2.15.0 (#1839)
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Expand Up @@ -59,7 +59,7 @@ object Config {
val logbackVersion = "1.2.3"
val logbackClassic = "ch.qos.logback:logback-classic:$logbackVersion"

val log4j2Version = "2.15.0"
val log4j2Version = "2.16.0"
val log4j2Api = "org.apache.logging.log4j:log4j-api:$log4j2Version"
val log4j2Core = "org.apache.logging.log4j:log4j-core:$log4j2Version"

Expand Down

0 comments on commit 3506129

Please sign in to comment.