Skip to content

Commit ff19be2

Browse files
committed
chore(deps): Update Log4J dependencies to 2.24.2
1 parent 199c757 commit ff19be2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

aws-serverless-spring-archetype/src/main/resources/archetype-resources/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ dependencies {
1010
'org.springframework:spring-webmvc:6.2.0',
1111
'org.springframework:spring-context:6.2.0',
1212
'com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)',
13-
'org.apache.logging.log4j:log4j-core:2.24.1',
14-
'org.apache.logging.log4j:log4j-api:2.24.1',
15-
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.1',
13+
'org.apache.logging.log4j:log4j-core:2.24.2',
14+
'org.apache.logging.log4j:log4j-api:2.24.2',
15+
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.2',
1616
'com.fasterxml.jackson.core:jackson-databind:2.18.1',
1717
'com.amazonaws:aws-lambda-java-log4j2:1.6.0',
1818
)

aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<maven.compiler.target>1.8</maven.compiler.target>
1919
<spring.version>6.2.0</spring.version>
2020
<junit.version>5.11.3</junit.version>
21-
<log4j.version>2.24.1</log4j.version>
21+
<log4j.version>2.24.2</log4j.version>
2222
</properties>
2323

2424
<dependencies>

samples/spring/pet-store/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ dependencies {
1010
'org.springframework:spring-webmvc:6.2.0',
1111
'org.springframework:spring-context:6.2.0',
1212
'com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)',
13-
'org.apache.logging.log4j:log4j-core:2.24.1',
14-
'org.apache.logging.log4j:log4j-api:2.24.1',
15-
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.1',
13+
'org.apache.logging.log4j:log4j-core:2.24.2',
14+
'org.apache.logging.log4j:log4j-api:2.24.2',
15+
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.2',
1616
'com.fasterxml.jackson.core:jackson-databind:2.18.1',
1717
'com.amazonaws:aws-lambda-java-log4j2:1.6.0',
1818
)

samples/spring/pet-store/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<properties>
2727
<spring.version>6.2.0</spring.version>
28-
<log4j.version>2.24.1</log4j.version>
28+
<log4j.version>2.24.2</log4j.version>
2929
<maven.compiler.source>17</maven.compiler.source>
3030
<maven.compiler.target>17</maven.compiler.target>
3131
</properties>

0 commit comments

Comments
 (0)