File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
aws-serverless-spring-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
77
88dependencies {
99 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 ' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
1313 ' org.apache.logging.log4j:log4j-core:2.24.3' ,
1414 ' org.apache.logging.log4j:log4j-api:2.24.3' ,
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
77
88dependencies {
99 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 ' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
1313 ' org.apache.logging.log4j:log4j-core:2.24.3' ,
1414 ' org.apache.logging.log4j:log4j-api:2.24.3' ,
You can’t perform that action at this time.
0 commit comments