Skip to content

Commit 04943c4

Browse files
committed
Update Log4J version to 2.21.0
1 parent 04b6e96 commit 04943c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: aws-lambda-java-log4j2/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-lambda-java-log4j2</artifactId>
8-
<version>1.5.1</version>
8+
<version>1.5.2-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>AWS Lambda Java Log4j 2.x Libraries</name>
@@ -34,7 +34,7 @@
3434
<properties>
3535
<maven.compiler.source>1.8</maven.compiler.source>
3636
<maven.compiler.target>1.8</maven.compiler.target>
37-
<log4j.version>2.17.1</log4j.version>
37+
<log4j.version>2.21.0</log4j.version>
3838
</properties>
3939

4040
<distributionManagement>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.amazonaws</groupId>
5050
<artifactId>aws-lambda-java-core</artifactId>
51-
<version>1.2.2</version>
51+
<version>1.2.3</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)