Skip to content

Commit 3506129

Browse files
Bump: log4j to 2.16.0 (getsentry#1845)
1 parent 32e9d94 commit 3506129

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
* Bump: log4j to 2.16.0 (#1845)
6+
57
## 5.5.0
68

79
* Bump: log4j to 2.15.0 (#1839)

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ object Config {
5959
val logbackVersion = "1.2.3"
6060
val logbackClassic = "ch.qos.logback:logback-classic:$logbackVersion"
6161

62-
val log4j2Version = "2.15.0"
62+
val log4j2Version = "2.16.0"
6363
val log4j2Api = "org.apache.logging.log4j:log4j-api:$log4j2Version"
6464
val log4j2Core = "org.apache.logging.log4j:log4j-core:$log4j2Version"
6565

0 commit comments

Comments
 (0)