Skip to content

Commit 3fc9c54

Browse files
committed
Upgrade log4j to 2.12.3
1 parent 713ef8d commit 3fc9c54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apm-agent-plugins/apm-log-shader-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<apm-agent-parent.base.dir>${project.basedir}/../..</apm-agent-parent.base.dir>
17-
<version.ecs.logging>1.1.0</version.ecs.logging>
17+
<version.ecs.logging>1.3.0</version.ecs.logging>
1818
</properties>
1919

2020
<modules>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
<!-- this is the last version of log4j that is compatible with Java 7. Due to a known vulnerability
107107
(https://nvd.nist.gov/vuln/detail/CVE-2020-9488#vulnCurrentDescriptionTitle), the SMTP appender is
108108
excluded from the build and not packaged into the agent artifacts -->
109-
<version.log4j>2.12.2</version.log4j>
110-
<version.log4j2-ecs-layout>1.1.0</version.log4j2-ecs-layout>
109+
<version.log4j>2.12.3</version.log4j>
110+
<version.log4j2-ecs-layout>1.3.0</version.log4j2-ecs-layout>
111111
<version.spring>5.0.15.RELEASE</version.spring>
112112
<version.spring-boot>2.2.2.RELEASE</version.spring-boot>
113113
<version.jetty-server>9.4.11.v20180605</version.jetty-server>

0 commit comments

Comments
 (0)