Skip to content

Commit 09d2ff2

Browse files
authored
Merge pull request #1 from atlasgurus/issue-10337-log4j-security-CVE-2021-44228
fix(issue-10337): Upgrade log4j to version 2.15.0 to address critical…
2 parents 654c507 + 3721263 commit 09d2ff2

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.8.2</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.8.2</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.11.1</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.11.1</version>
54+
<version>2.16.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)