File tree 2 files changed +4
-4
lines changed
aws-serverless-spring-archetype/src/main/resources/archetype-resources
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
7
7
8
8
dependencies {
9
9
implementation (
10
- ' org.springframework:spring-webmvc:6.2.3 ' ,
11
- ' org.springframework:spring-context:6.2.3 ' ,
10
+ ' org.springframework:spring-webmvc:6.2.4 ' ,
11
+ ' org.springframework:spring-context:6.2.4 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
13
' org.apache.logging.log4j:log4j-core:2.24.3' ,
14
14
' org.apache.logging.log4j:log4j-api:2.24.3' ,
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
7
7
8
8
dependencies {
9
9
implementation (
10
- ' org.springframework:spring-webmvc:6.2.3 ' ,
11
- ' org.springframework:spring-context:6.2.3 ' ,
10
+ ' org.springframework:spring-webmvc:6.2.4 ' ,
11
+ ' org.springframework:spring-context:6.2.4 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
13
13
' org.apache.logging.log4j:log4j-core:2.24.3' ,
14
14
' org.apache.logging.log4j:log4j-api:2.24.3' ,
You can’t perform that action at this time.
0 commit comments