Skip to content

Commit 7979ba5

Browse files
authored
upgrade java8 log4j to latest release (#3972)
1 parent bba90a9 commit 7979ba5

File tree

1 file changed

+1
-1
lines changed
  • apm-agent-builds/apm-agent-java8

1 file changed

+1
-1
lines changed

apm-agent-builds/apm-agent-java8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- Upgrade log4j2 to non vulnerable version -->
2222
<groupId>org.apache.logging.log4j</groupId>
2323
<artifactId>log4j-bom</artifactId>
24-
<version>2.24.2</version>
24+
<version>2.24.3</version>
2525
<scope>import</scope>
2626
<type>pom</type>
2727
</dependency>

0 commit comments

Comments
 (0)