Skip to content

Commit

Permalink
Bump: log4j to 2.15.0 (#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimtruth authored and maciejwalkowiak committed Jan 5, 2022
1 parent 74eb277 commit e726347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## Unreleased

* Bump: log4j to 2.15.0 (#1839)
* Ref: Rename Fragment span operation from `ui.fragment.load` to `ui.load` (#1824)
* Feat: Add locale to device context and deprecate language (#1832)
* Ref: change `java.util.Random` to `java.security.SecureRandom` for possible security reasons (#1831)
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.13.3"
val log4j2Version = "2.15.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 e726347

Please sign in to comment.