File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-springboot2
aws-serverless-java-container-spring
aws-serverless-spring-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 9494 <dependency >
9595 <groupId >org.springframework.security</groupId >
9696 <artifactId >spring-security-web</artifactId >
97- <version >5.1.5 .RELEASE</version >
97+ <version >5.2.11 .RELEASE</version >
9898 <scope >test</scope >
9999 </dependency >
100100 </dependencies >
Original file line number Diff line number Diff line change 1616 </parent >
1717
1818 <properties >
19- <spring .version>5.2.9 .RELEASE</spring .version>
19+ <spring .version>5.2.16 .RELEASE</spring .version>
2020 <springboot .version>1.5.22.RELEASE</springboot .version>
21- <spring-security .version>5.2.2 .RELEASE</spring-security .version>
21+ <spring-security .version>5.2.11 .RELEASE</spring-security .version>
2222 </properties >
2323
2424 <dependencies >
Original file line number Diff line number Diff line change 1515 <version >1.6-SNAPSHOT</version >
1616
1717 <properties >
18- <spring .version>5.2.9 .RELEASE</spring .version>
19- <springboot .version>2.2.6 .RELEASE</springboot .version>
20- <springsecurity .version>5.2.2 .RELEASE</springsecurity .version>
18+ <spring .version>5.2.16 .RELEASE</spring .version>
19+ <springboot .version>2.2.13 .RELEASE</springboot .version>
20+ <springsecurity .version>5.2.11 .RELEASE</springsecurity .version>
2121 <maven .compiler.source>1.8</maven .compiler.source>
2222 <maven .compiler.target>1.8</maven .compiler.target>
2323 </properties >
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
77
88dependencies {
99 compile (
10- ' org.springframework:spring-webmvc:5.2.9 .RELEASE' ,
11- ' org.springframework:spring-context:5.2.9 .RELEASE' ,
10+ ' org.springframework:spring-webmvc:5.2.16 .RELEASE' ,
11+ ' org.springframework:spring-context:5.2.16 .RELEASE' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
1313 ' org.apache.logging.log4j:log4j-core:2.8.2' ,
1414 ' org.apache.logging.log4j:log4j-api:2.8.2' ,
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>5.2.9 .RELEASE</spring .version>
19+ <spring .version>5.2.16 .RELEASE</spring .version>
2020 <junit .version>4.12</junit .version>
2121 <log4j .version>2.8.2</log4j .version>
2222 </properties >
Original file line number Diff line number Diff line change 2626 <properties >
2727 <maven .compiler.source>1.8</maven .compiler.source>
2828 <maven .compiler.target>1.8</maven .compiler.target>
29- <spring .version>5.2.9 .RELEASE</spring .version>
29+ <spring .version>5.2.16 .RELEASE</spring .version>
3030 <junit .version>4.13.1</junit .version>
3131 <log4j .version>2.13.3</log4j .version>
3232 </properties >
You can’t perform that action at this time.
0 commit comments