Skip to content

Commit c07b82b

Browse files
committed
Update Log4J version to 2.21.0
1 parent 0e46a2c commit c07b82b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-lambda-java-log4j2/pom.xml

Lines changed: 2 additions & 2 deletions
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.6.0</version>
8+
<version>1.6.1-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>

0 commit comments

Comments
 (0)