Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit a2c3d7b

Browse files
Bump log4j.version (#106)
Bumps `log4j.version` from 2.14.0 to 2.14.1. Updates `log4j-core` from 2.14.0 to 2.14.1 Updates `log4j-api` from 2.14.0 to 2.14.1 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84d2162 commit a2c3d7b

File tree

1 file changed

+1
-1
lines changed
  • templates/java8.al2/cookiecutter-aws-sam-hello-powertools-java-maven/{{ cookiecutter.project_slug }}/HelloWorldFunction

1 file changed

+1
-1
lines changed

templates/java8.al2/cookiecutter-aws-sam-hello-powertools-java-maven/{{ cookiecutter.project_slug }}/HelloWorldFunction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>1.8</maven.compiler.source>
1111
<maven.compiler.target>1.8</maven.compiler.target>
12-
<log4j.version>2.14.0</log4j.version>
12+
<log4j.version>2.14.1</log4j.version>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
</properties>
1515

0 commit comments

Comments
 (0)