File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-springboot3
aws-serverless-java-container-spring
aws-serverless-springboot3-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6060 <dependency >
6161 <groupId >org.springframework.security</groupId >
6262 <artifactId >spring-security-web</artifactId >
63- <version >6.2.4 </version >
63+ <version >6.3.0 </version >
6464 <scope >test</scope >
6565 </dependency >
6666 </dependencies >
Original file line number Diff line number Diff line change 1717
1818 <properties >
1919 <spring .version>6.1.8</spring .version>
20- <spring-security .version>6.2.4 </spring-security .version>
20+ <spring-security .version>6.3.0 </spring-security .version>
2121 </properties >
2222
2323 <dependencies >
Original file line number Diff line number Diff line change 1616
1717 <properties >
1818 <spring .version>6.1.8</spring .version>
19- <springboot .version>3.2.6 </springboot .version>
20- <springsecurity .version>6.2.4 </springsecurity .version>
19+ <springboot .version>3.3.0 </springboot .version>
20+ <springsecurity .version>6.3.0 </springsecurity .version>
2121 </properties >
2222
2323 <dependencies >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99
1010dependencies {
1111 implementation (
12- ' org.springframework.boot:spring-boot-starter-web:3.2.6 ' ,
12+ ' org.springframework.boot:spring-boot-starter-web:3.3.0 ' ,
1313 ' com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)' ,
1414 )
1515
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 >3.2.6 </version >
19+ <version >3.3.0 </version >
2020 </parent >
2121
2222 <properties >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99
1010dependencies {
1111 implementation (
12- implementation(' org.springframework.boot:spring-boot-starter-web:3.2.6 ' ) {
12+ implementation(' org.springframework.boot:spring-boot-starter-web:3.3.0 ' ) {
1313 exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-tomcat'
1414 },
1515 ' com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)' ,
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 >3.2.6 </version >
16+ <version >3.3.0 </version >
1717 </parent >
1818
1919 <licenses >
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 >3.2.6 </version >
16+ <version >3.3.0 </version >
1717 </parent >
1818
1919 <licenses >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.2.6 </version >
9+ <version >3.3.0 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212 <groupId >com.amazonaws.serverless.sample</groupId >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99
1010dependencies {
1111 implementation (
12- implementation(' org.springframework.boot:spring-boot-starter-web:3.2.6 ' ) {
12+ implementation(' org.springframework.boot:spring-boot-starter-web:3.3.0 ' ) {
1313 exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-tomcat'
1414 },
1515 ' com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)' ,
You can’t perform that action at this time.
0 commit comments