Skip to content

Commit 6bb8afa

Browse files
committed
fix(Plugins): Upgrade log4j to version 2.17.0
1 parent 09d2ff2 commit 6bb8afa

File tree

3 files changed

+7
-7
lines changed
  • lib/plugins
    • aws/invokeLocal/runtimeWrappers/java
    • create/templates

3 files changed

+7
-7
lines changed

lib/plugins/aws/invokeLocal/runtimeWrappers/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.amazonaws</groupId>
2424
<artifactId>aws-lambda-java-log4j</artifactId>
25-
<version>1.0.1</version>
25+
<version>1.5.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.amazonaws</groupId>

lib/plugins/create/templates/aws-java-maven/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<dependency>
1818
<groupId>com.amazonaws</groupId>
1919
<artifactId>aws-lambda-java-log4j2</artifactId>
20-
<version>1.1.0</version>
20+
<version>1.5.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.apache.logging.log4j</groupId>
2424
<artifactId>log4j-core</artifactId>
25-
<version>2.16.0</version>
25+
<version>2.17.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.apache.logging.log4j</groupId>
2929
<artifactId>log4j-api</artifactId>
30-
<version>2.16.0</version>
30+
<version>2.17.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>

lib/plugins/create/templates/aws-kotlin-jvm-maven/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
<dependency>
4242
<groupId>com.amazonaws</groupId>
4343
<artifactId>aws-lambda-java-log4j2</artifactId>
44-
<version>1.1.0</version>
44+
<version>1.5.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.apache.logging.log4j</groupId>
4848
<artifactId>log4j-core</artifactId>
49-
<version>2.16.0</version>
49+
<version>2.17.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.logging.log4j</groupId>
5353
<artifactId>log4j-api</artifactId>
54-
<version>2.16.0</version>
54+
<version>2.17.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)