File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
aws-serverless-java-container-springboot3
aws-serverless-springboot3-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1515 <version >2.1.0-SNAPSHOT</version >
1616
1717 <properties >
18- <spring .version>6.1.12 </spring .version>
19- <springboot .version>3.3.3 </springboot .version>
18+ <spring .version>6.1.13 </spring .version>
19+ <springboot .version>3.3.4 </springboot .version>
2020 <springsecurity .version>6.3.3</springsecurity .version>
2121 </properties >
2222
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.3.3 ' ,
12+ ' org.springframework.boot:spring-boot-starter-web:3.3.4 ' ,
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.3.3 </version >
19+ <version >3.3.4 </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.3.3 ' ) {
12+ implementation(' org.springframework.boot:spring-boot-starter-web:3.3.4 ' ) {
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.3.3 </version >
16+ <version >3.3.4 </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.3.3 </version >
16+ <version >3.3.4 </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.3.3 </version >
9+ <version >3.3.4 </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.3.3 ' ) {
12+ implementation(' org.springframework.boot:spring-boot-starter-web:3.3.4 ' ) {
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.3.3 </version >
16+ <version >3.3.4 </version >
1717 </parent >
1818
1919 <licenses >
You can’t perform that action at this time.
0 commit comments