File tree Expand file tree Collapse file tree 13 files changed +16
-16
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-springboot3
aws-serverless-java-container-spring
aws-serverless-spring-archetype/src/main/resources/archetype-resources
aws-serverless-springboot3-archetype/src/main/resources/archetype-resources Expand file tree Collapse file tree 13 files changed +16
-16
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.4.3 </version >
63+ <version >6.4.4 </version >
6464 <scope >test</scope >
6565 </dependency >
6666 </dependencies >
Original file line number Diff line number Diff line change 1616 </parent >
1717
1818 <properties >
19- <spring .version>6.2.3 </spring .version>
20- <spring-security .version>6.4.3 </spring-security .version>
19+ <spring .version>6.2.5 </spring .version>
20+ <spring-security .version>6.4.4 </spring-security .version>
2121 </properties >
2222
2323 <dependencies >
Original file line number Diff line number Diff line change 1515 <version >2.2.0-SNAPSHOT</version >
1616
1717 <properties >
18- <spring .version>6.2.3 </spring .version>
19- <springboot .version>3.4.3 </springboot .version>
20- <springsecurity .version>6.4.3 </springsecurity .version>
18+ <spring .version>6.2.5 </spring .version>
19+ <springboot .version>3.4.4 </springboot .version>
20+ <springsecurity .version>6.4.4 </springsecurity .version>
2121 </properties >
2222
2323 <dependencies >
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>6.2.3 </spring .version>
19+ <spring .version>6.2.5 </spring .version>
2020 <junit .version>5.11.4</junit .version>
2121 <log4j .version>2.24.2</log4j .version>
2222 </properties >
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.4.3 ' ,
12+ ' org.springframework.boot:spring-boot-starter-web:3.4.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.4.3 </version >
19+ <version >3.4.4 </version >
2020 </parent >
2121
2222 <properties >
Original file line number Diff line number Diff line change 2424 </licenses >
2525
2626 <properties >
27- <spring .version>6.2.3 </spring .version>
27+ <spring .version>6.2.5 </spring .version>
2828 <log4j .version>2.24.3</log4j .version>
2929 <maven .compiler.source>17</maven .compiler.source>
3030 <maven .compiler.target>17</maven .compiler.target>
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.4.3 ' ) {
12+ implementation(' org.springframework.boot:spring-boot-starter-web:3.4.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.4.3 </version >
16+ <version >3.4.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.4.3 </version >
16+ <version >3.4.4 </version >
1717 </parent >
1818
1919 <licenses >
You can’t perform that action at this time.
0 commit comments