Skip to content

Commit 5f1457d

Browse files
authored
Upgrading log4j to 2.12.3 (#2364)
1 parent 5ab2e21 commit 5f1457d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.asciidoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ endif::[]
2424
==== 1.28.3 - YYYY/MM/DD
2525
2626
[float]
27-
===== Breaking changes
28-
* If the agent cannot discover a service name, it now uses `unknown-java-service` instead of `my-service` - {pull}2325[#2325]
27+
===== Dependency updates
28+
* Update Log4j to 2.12.3
2929
3030
[float]
31-
===== Features
31+
===== Breaking changes
32+
* If the agent cannot discover a service name, it now uses `unknown-java-service` instead of `my-service` - {pull}2325[#2325]
3233
3334
[float]
3435
===== Bug fixes
@@ -45,9 +46,6 @@ endif::[]
4546
===== Dependency updates
4647
* Update Log4j to 2.12.2
4748
48-
[float]
49-
===== Features
50-
5149
[float]
5250
===== Bug fixes
5351
* Fix module loading errors on J9 JVM - {pull}2341[#2341]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<!-- this is the last version of log4j that is compatible with Java 7. Due to a known vulnerability
113113
(https://nvd.nist.gov/vuln/detail/CVE-2020-9488#vulnCurrentDescriptionTitle), the SMTP appender is
114114
excluded from the build and not packaged into the agent artifacts -->
115-
<version.log4j>2.12.2</version.log4j>
115+
<version.log4j>2.12.3</version.log4j>
116116
<version.log4j2-ecs-layout>1.2.0</version.log4j2-ecs-layout>
117117
<version.spring>5.0.15.RELEASE</version.spring>
118118
<version.spring-boot>2.2.2.RELEASE</version.spring-boot>

0 commit comments

Comments
 (0)