Skip to content

Commit 557355e

Browse files
committed
chore(deps): Update Spring Boot dependency to 2.7.12
1 parent dd524dc commit 557355e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

aws-serverless-java-container-springboot2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<properties>
1818
<spring.version>5.3.27</spring.version>
19-
<springboot.version>2.7.11</springboot.version>
19+
<springboot.version>2.7.12</springboot.version>
2020
<springsecurity.version>5.7.8</springsecurity.version>
2121
<maven.compiler.source>1.8</maven.compiler.source>
2222
<maven.compiler.target>1.8</maven.compiler.target>

aws-serverless-springboot2-archetype/src/main/resources/archetype-resources/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
implementation (
11-
'org.springframework.boot:spring-boot-starter-web:2.7.11',
11+
'org.springframework.boot:spring-boot-starter-web:2.7.12',
1212
'com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.0,)',
1313
'io.symphonia:lambda-logging:1.0.3'
1414
)

aws-serverless-springboot2-archetype/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.springframework.boot</groupId>
1818
<artifactId>spring-boot-starter-parent</artifactId>
19-
<version>2.7.11</version>
19+
<version>2.7.12</version>
2020
</parent>
2121

2222
<properties>

samples/springboot2/pet-store/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
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') {
1212
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
1313
},
1414
'com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.4,)',

samples/springboot2/pet-store/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.7.11</version>
16+
<version>2.7.12</version>
1717
</parent>
1818

1919
<licenses>

0 commit comments

Comments
 (0)