Skip to content

Commit 3721263

Browse files
committed
fix(Plugins): Upgrade log4j to version 2.16.0
1 parent 5e46166 commit 3721263

File tree

2 files changed

+4
-4
lines changed
  • lib/plugins/create/templates

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>org.apache.logging.log4j</groupId>
2424
<artifactId>log4j-core</artifactId>
25-
<version>2.15.0</version>
25+
<version>2.16.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.apache.logging.log4j</groupId>
2929
<artifactId>log4j-api</artifactId>
30-
<version>2.15.0</version>
30+
<version>2.16.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
<dependency>
4747
<groupId>org.apache.logging.log4j</groupId>
4848
<artifactId>log4j-core</artifactId>
49-
<version>2.15.0</version>
49+
<version>2.16.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.logging.log4j</groupId>
5353
<artifactId>log4j-api</artifactId>
54-
<version>2.15.0</version>
54+
<version>2.16.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)