File tree Expand file tree Collapse file tree 11 files changed +16
-16
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
aws-serverless-springboot2-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 7474 - name : Build Spring Boot 2.4
7575 run : ./gha_build.sh springboot2 false false -Dspringboot.version=2.4.13 -Dspring.version=5.3.13 -Dspringsecurity.version=5.4.9 -Ddependency-check.skip=true
7676 - name : Build Spring Boot 2.5
77- run : ./gha_build.sh springboot2 false false -Dspringboot.version=2.5.13 -Dspring.version=5.3.19 -Dspringsecurity.version=5.5.6 -Ddependency-check.skip=true
77+ run : ./gha_build.sh springboot2 false false -Dspringboot.version=2.5.14 -Dspring.version=5.3.20 -Dspringsecurity.version=5.5.8 -Ddependency-check.skip=true
7878
7979 build_struts2 :
8080 name : Build and test Struts 2
Original file line number Diff line number Diff line change 9797 <dependency >
9898 <groupId >org.springframework.security</groupId >
9999 <artifactId >spring-security-web</artifactId >
100- <version >5.6.3 </version >
100+ <version >5.6.5 </version >
101101 <scope >test</scope >
102102 </dependency >
103103 </dependencies >
Original file line number Diff line number Diff line change 1616 </parent >
1717
1818 <properties >
19- <spring .version>5.3.19 </spring .version>
20- <spring-security .version>5.6.3 </spring-security .version>
19+ <spring .version>5.3.20 </spring .version>
20+ <spring-security .version>5.6.5 </spring-security .version>
2121 </properties >
2222
2323 <dependencies >
Original file line number Diff line number Diff line change 1515 <version >1.9-SNAPSHOT</version >
1616
1717 <properties >
18- <spring .version>5.3.19 </spring .version>
19- <springboot .version>2.6.7 </springboot .version>
20- <springsecurity .version>5.6.3 </springsecurity .version>
18+ <spring .version>5.3.20 </spring .version>
19+ <springboot .version>2.6.8 </springboot .version>
20+ <springsecurity .version>5.6.5 </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 implementation (
10- ' org.springframework:spring-webmvc:5.3.19 ' ,
11- ' org.springframework:spring-context:5.3.19 ' ,
10+ ' org.springframework:spring-webmvc:5.3.20 ' ,
11+ ' org.springframework:spring-context:5.3.20 ' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
1313 ' org.apache.logging.log4j:log4j-core:2.17.2' ,
1414 ' org.apache.logging.log4j:log4j-api:2.17.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.3.19 </spring .version>
19+ <spring .version>5.3.20 </spring .version>
2020 <junit .version>4.13.2</junit .version>
2121 <log4j .version>2.17.2</log4j .version>
2222 </properties >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 implementation (
11- ' org.springframework.boot:spring-boot-starter-web:2.6.7 ' ,
11+ ' org.springframework.boot:spring-boot-starter-web:2.6.8 ' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.0,)' ,
1313 ' io.symphonia:lambda-logging:1.0.3'
1414 )
Original file line number Diff line number Diff line change 1616 <parent >
1717 <groupId >org.springframework.boot</groupId >
1818 <artifactId >spring-boot-starter-parent</artifactId >
19- <version >2.6.7 </version >
19+ <version >2.6.8 </version >
2020 </parent >
2121
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:5.3.19 ' ,
11- ' org.springframework:spring-context:5.3.19 ' ,
10+ ' org.springframework:spring-webmvc:5.3.20 ' ,
11+ ' org.springframework:spring-context:5.3.20 ' ,
1212 ' com.amazonaws.serverless:aws-serverless-java-container-spring:[1.0,)' ,
1313 ' org.apache.logging.log4j:log4j-core:2.17.2' ,
1414 ' org.apache.logging.log4j:log4j-api:2.17.2' ,
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.3.19 </spring .version>
29+ <spring .version>5.3.20 </spring .version>
3030 <junit .version>4.13.2</junit .version>
3131 <log4j .version>2.17.2</log4j .version>
3232 </properties >
You can’t perform that action at this time.
0 commit comments