File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
aws-serverless-spring-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
10
10
' org.springframework:spring-webmvc:6.2.8' ,
11
11
' org.springframework:spring-context:6.2.8' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
- ' org.apache.logging.log4j:log4j-core:2.24.3 ' ,
14
- ' org.apache.logging.log4j:log4j-api:2.24.3 ' ,
15
- ' org.apache.logging.log4j:log4j-slf4j-impl:2.24.3 ' ,
13
+ ' org.apache.logging.log4j:log4j-core:2.25.0 ' ,
14
+ ' org.apache.logging.log4j:log4j-api:2.25.0 ' ,
15
+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.25.0 ' ,
16
16
' com.fasterxml.jackson.core:jackson-databind:2.19.1' ,
17
17
' com.amazonaws:aws-lambda-java-log4j2:1.6.0' ,
18
18
)
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ dependencies {
10
10
' org.springframework:spring-webmvc:6.2.8' ,
11
11
' org.springframework:spring-context:6.2.8' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
- ' org.apache.logging.log4j:log4j-core:2.24.3 ' ,
14
- ' org.apache.logging.log4j:log4j-api:2.24.3 ' ,
15
- ' org.apache.logging.log4j:log4j-slf4j-impl:2.24.3 ' ,
13
+ ' org.apache.logging.log4j:log4j-core:2.25.0 ' ,
14
+ ' org.apache.logging.log4j:log4j-api:2.25.0 ' ,
15
+ ' org.apache.logging.log4j:log4j-slf4j-impl:2.25.0 ' ,
16
16
' com.fasterxml.jackson.core:jackson-databind:2.19.1' ,
17
17
' com.amazonaws:aws-lambda-java-log4j2:1.6.0' ,
18
18
)
You can’t perform that action at this time.
0 commit comments