File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-springboot2
aws-serverless-java-container-spring
aws-serverless-springboot2-archetype/src/main/resources/archetype-resources
samples/springboot2/pet-store Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9090 <dependency >
9191 <groupId >org.springframework.security</groupId >
9292 <artifactId >spring-security-web</artifactId >
93- <version >5.7.2 </version >
93+ <version >5.7.3 </version >
9494 <scope >test</scope >
9595 </dependency >
9696 </dependencies >
Original file line number Diff line number Diff line change 1717
1818 <properties >
1919 <spring .version>5.3.22</spring .version>
20- <spring-security .version>5.7.2 </spring-security .version>
20+ <spring-security .version>5.7.3 </spring-security .version>
2121 </properties >
2222
2323 <dependencies >
Original file line number Diff line number Diff line change 1616
1717 <properties >
1818 <spring .version>5.3.22</spring .version>
19- <springboot .version>2.7.2 </springboot .version>
20- <springsecurity .version>5.7.2 </springsecurity .version>
19+ <springboot .version>2.7.3 </springboot .version>
20+ <springsecurity .version>5.7.3 </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 @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 implementation (
11- ' org.springframework.boot:spring-boot-starter-web:2.7.2 ' ,
11+ ' org.springframework.boot:spring-boot-starter-web:2.7.3 ' ,
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.7.2 </version >
19+ <version >2.7.3 </version >
2020 </parent >
2121
2222 <properties >
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >org.springframework.boot</groupId >
1515 <artifactId >spring-boot-starter-parent</artifactId >
16- <version >2.7.2 </version >
16+ <version >2.7.3 </version >
1717 </parent >
1818
1919 <licenses >
You can’t perform that action at this time.
0 commit comments