Skip to content

Commit

Permalink
fix(AWS Local Invocation): Upgrade log4j to version 2.17.0 (#10396)
Browse files Browse the repository at this point in the history
  • Loading branch information
atlasgurus committed Dec 21, 2021
1 parent c0eda27 commit 2782ed4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/plugins/aws/invokeLocal/runtimeWrappers/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-log4j</artifactId>
<version>1.0.1</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down
6 changes: 3 additions & 3 deletions lib/plugins/create/templates/aws-java-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-log4j2</artifactId>
<version>1.1.0</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
6 changes: 3 additions & 3 deletions lib/plugins/create/templates/aws-kotlin-jvm-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-log4j2</artifactId>
<version>1.1.0</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 2782ed4

Please sign in to comment.