File tree 5 files changed +5
-5
lines changed
aws-serverless-java-container-springboot2
aws-serverless-springboot2-archetype/src/main/resources/archetype-resources
samples/springboot2/pet-store
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<properties >
18
18
<spring .version>5.3.27</spring .version>
19
- <springboot .version>2.7.11 </springboot .version>
19
+ <springboot .version>2.7.12 </springboot .version>
20
20
<springsecurity .version>5.7.8</springsecurity .version>
21
21
<maven .compiler.source>1.8</maven .compiler.source>
22
22
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
implementation (
11
- ' org.springframework.boot:spring-boot-starter-web:2.7.11 ' ,
11
+ ' org.springframework.boot:spring-boot-starter-web:2.7.12 ' ,
12
12
' com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.0,)' ,
13
13
' io.symphonia:lambda-logging:1.0.3'
14
14
)
Original file line number Diff line number Diff line change 16
16
<parent >
17
17
<groupId >org.springframework.boot</groupId >
18
18
<artifactId >spring-boot-starter-parent</artifactId >
19
- <version >2.7.11 </version >
19
+ <version >2.7.12 </version >
20
20
</parent >
21
21
22
22
<properties >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
implementation (
11
- implementation(' org.springframework.boot:spring-boot-starter-web:2.7.11 ' ) {
11
+ implementation(' org.springframework.boot:spring-boot-starter-web:2.7.12 ' ) {
12
12
exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-tomcat'
13
13
},
14
14
' com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.4,)' ,
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >2.7.11 </version >
16
+ <version >2.7.12 </version >
17
17
</parent >
18
18
19
19
<licenses >
You can’t perform that action at this time.
0 commit comments