Skip to content

Commit

Permalink
feat(Tempates): Upgrade log4j in Java based templates (#10363)
Browse files Browse the repository at this point in the history
  • Loading branch information
atlasgurus committed Dec 15, 2021
1 parent c1df4f8 commit 7de020b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/plugins/create/templates/aws-java-maven/pom.xml
Expand Up @@ -22,12 +22,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
4 changes: 2 additions & 2 deletions lib/plugins/create/templates/aws-kotlin-jvm-maven/pom.xml
Expand Up @@ -46,12 +46,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 7de020b

Please sign in to comment.