File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
aws-serverless-java-container-spring
aws-serverless-spring-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 </parent >
1717
1818 <properties >
19- <spring .version>6.1.12 </spring .version>
19+ <spring .version>6.1.13 </spring .version>
2020 <spring-security .version>6.3.3</spring-security .version>
2121 </properties >
2222
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.1.12 ' ,
11- ' org.springframework:spring-context:6.1.12 ' ,
10+ ' org.springframework:spring-webmvc:6.1.13 ' ,
11+ ' org.springframework:spring-context:6.1.13 ' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
1313 ' org.apache.logging.log4j:log4j-core:2.24.0' ,
1414 ' org.apache.logging.log4j:log4j-api:2.24.0' ,
Original file line number Diff line number Diff line change 1616 <properties >
1717 <maven .compiler.source>1.8</maven .compiler.source>
1818 <maven .compiler.target>1.8</maven .compiler.target>
19- <spring .version>6.1.12 </spring .version>
19+ <spring .version>6.1.13 </spring .version>
2020 <junit .version>5.11.0</junit .version>
2121 <log4j .version>2.24.0</log4j .version>
2222 </properties >
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.1.12 ' ,
11- ' org.springframework:spring-context:6.1.12 ' ,
10+ ' org.springframework:spring-webmvc:6.1.13 ' ,
11+ ' org.springframework:spring-context:6.1.13 ' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)' ,
1313 ' org.apache.logging.log4j:log4j-core:2.24.0' ,
1414 ' org.apache.logging.log4j:log4j-api:2.24.0' ,
Original file line number Diff line number Diff line change 2424 </licenses >
2525
2626 <properties >
27- <spring .version>6.1.12 </spring .version>
27+ <spring .version>6.1.13 </spring .version>
2828 <log4j .version>2.24.0</log4j .version>
2929 <maven .compiler.source>17</maven .compiler.source>
3030 <maven .compiler.target>17</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments