Skip to content

Commit 7c54376

Browse files
authored
chore(deps): update spring boot to v2.7.10 (GoogleCloudPlatform#7804)
1 parent 62f5e43 commit 7c54376

25 files changed

Lines changed: 55 additions & 55 deletions

File tree

appengine-java11/springboot-helloworld/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<!-- Import dependency management from Spring Boot -->
4040
<groupId>org.springframework.boot</groupId>
4141
<artifactId>spring-boot-dependencies</artifactId>
42-
<version>2.7.6</version>
42+
<version>2.7.10</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.springframework.boot</groupId>
7272
<artifactId>spring-boot-starter-jetty</artifactId>
73-
<version>2.7.6</version>
73+
<version>2.7.10</version>
7474
</dependency>
7575
</dependencies>
7676

@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.springframework.boot</groupId>
8181
<artifactId>spring-boot-maven-plugin</artifactId>
82-
<version>2.7.6</version>
82+
<version>2.7.10</version>
8383
<executions>
8484
<execution>
8585
<goals>

appengine-java11/tasks-handler/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
<!-- Import dependency management from Spring Boot -->
4343
<groupId>org.springframework.boot</groupId>
4444
<artifactId>spring-boot-dependencies</artifactId>
45-
<version>2.7.6</version>
45+
<version>2.7.10</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>
@@ -62,7 +62,7 @@ limitations under the License.
6262
<dependency>
6363
<groupId>org.springframework.boot</groupId>
6464
<artifactId>spring-boot-starter-web</artifactId>
65-
<version>2.7.6</version>
65+
<version>2.7.10</version>
6666
<exclusions>
6767
<!-- Exclude the Tomcat dependency -->
6868
<exclusion>
@@ -74,7 +74,7 @@ limitations under the License.
7474
<dependency>
7575
<groupId>org.springframework.boot</groupId>
7676
<artifactId>spring-boot-starter-jetty</artifactId>
77-
<version>2.7.6</version>
77+
<version>2.7.10</version>
7878
</dependency>
7979

8080
</dependencies>
@@ -84,7 +84,7 @@ limitations under the License.
8484
<plugin>
8585
<groupId>org.springframework.boot</groupId>
8686
<artifactId>spring-boot-maven-plugin</artifactId>
87-
<version>2.7.6</version>
87+
<version>2.7.10</version>
8888
<executions>
8989
<execution>
9090
<goals>

appengine-java8/springboot-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<properties>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
23-
<spring.boot.version>2.7.6</spring.boot.version> <!-- DO NOT UPDATE w/o MANUAL TESTING -->
23+
<spring.boot.version>2.7.10</spring.boot.version> <!-- DO NOT UPDATE w/o MANUAL TESTING -->
2424
<maven.compiler.target>1.8</maven.compiler.target>
2525
<maven.compiler.source>1.8</maven.compiler.source>
2626
</properties>

cloud-sql/r2dbc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.springframework.boot</groupId>
7474
<artifactId>spring-boot-maven-plugin</artifactId>
75-
<version>2.7.6</version>
75+
<version>2.7.10</version>
7676
<executions>
7777
<execution>
7878
<id>repackage</id>
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>org.springframework.boot</groupId>
104104
<artifactId>spring-boot-starter-parent</artifactId>
105-
<version>2.7.6</version>
105+
<version>2.7.10</version>
106106
<scope>import</scope>
107107
<type>pom</type>
108108
</dependency>

eventarc/audit-storage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ limitations under the License.
3535
<!-- Import dependency management from Spring Boot -->
3636
<groupId>org.springframework.boot</groupId>
3737
<artifactId>spring-boot-dependencies</artifactId>
38-
<version>2.7.6</version>
38+
<version>2.7.10</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -83,7 +83,7 @@ limitations under the License.
8383
<plugin>
8484
<groupId>org.springframework.boot</groupId>
8585
<artifactId>spring-boot-maven-plugin</artifactId>
86-
<version>2.7.6</version>
86+
<version>2.7.10</version>
8787
<executions>
8888
<execution>
8989
<goals>

eventarc/generic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ limitations under the License.
3535
<!-- Import dependency management from Spring Boot -->
3636
<groupId>org.springframework.boot</groupId>
3737
<artifactId>spring-boot-dependencies</artifactId>
38-
<version>2.7.6</version>
38+
<version>2.7.10</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -75,7 +75,7 @@ limitations under the License.
7575
<plugin>
7676
<groupId>org.springframework.boot</groupId>
7777
<artifactId>spring-boot-maven-plugin</artifactId>
78-
<version>2.7.6</version>
78+
<version>2.7.10</version>
7979
<executions>
8080
<execution>
8181
<goals>

eventarc/pubsub/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ limitations under the License.
3535
<!-- Import dependency management from Spring Boot -->
3636
<groupId>org.springframework.boot</groupId>
3737
<artifactId>spring-boot-dependencies</artifactId>
38-
<version>2.7.6</version>
38+
<version>2.7.10</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>
@@ -83,7 +83,7 @@ limitations under the License.
8383
<plugin>
8484
<groupId>org.springframework.boot</groupId>
8585
<artifactId>spring-boot-maven-plugin</artifactId>
86-
<version>2.7.6</version>
86+
<version>2.7.10</version>
8787
<executions>
8888
<execution>
8989
<goals>

flexible/helloworld-springboot/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-starter-web</artifactId>
43-
<version>2.7.6</version>
43+
<version>2.7.10</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.springframework.boot</groupId>
4747
<artifactId>spring-boot-starter-actuator</artifactId>
48-
<version>2.7.6</version>
48+
<version>2.7.10</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-starter-test</artifactId>
53-
<version>2.7.6</version>
53+
<version>2.7.10</version>
5454
<scope>test</scope>
5555
<exclusions>
5656
<exclusion>
@@ -66,7 +66,7 @@
6666
<plugin>
6767
<groupId>org.springframework.boot</groupId>
6868
<artifactId>spring-boot-maven-plugin</artifactId>
69-
<version>2.7.6</version>
69+
<version>2.7.10</version>
7070
<executions>
7171
<execution>
7272
<goals>

flexible/java-11/springboot-helloworld/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<!-- Import dependency management from Spring Boot -->
4040
<groupId>org.springframework.boot</groupId>
4141
<artifactId>spring-boot-dependencies</artifactId>
42-
<version>2.7.6</version>
42+
<version>2.7.10</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.springframework.boot</groupId>
7676
<artifactId>spring-boot-starter-jetty</artifactId>
77-
<version>2.7.6</version>
77+
<version>2.7.10</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>junit</groupId>
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>org.springframework.boot</groupId>
9696
<artifactId>spring-boot-maven-plugin</artifactId>
97-
<version>2.7.6</version>
97+
<version>2.7.10</version>
9898
<executions>
9999
<execution>
100100
<goals>

flexible/java-8/helloworld-springboot/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-starter-web</artifactId>
43-
<version>2.7.6</version>
43+
<version>2.7.10</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.springframework.boot</groupId>
4747
<artifactId>spring-boot-starter-actuator</artifactId>
48-
<version>2.7.6</version>
48+
<version>2.7.10</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-starter-test</artifactId>
53-
<version>2.7.6</version>
53+
<version>2.7.10</version>
5454
<scope>test</scope>
5555
<exclusions>
5656
<exclusion>
@@ -66,7 +66,7 @@
6666
<plugin>
6767
<groupId>org.springframework.boot</groupId>
6868
<artifactId>spring-boot-maven-plugin</artifactId>
69-
<version>2.7.6</version>
69+
<version>2.7.10</version>
7070
<executions>
7171
<execution>
7272
<goals>

0 commit comments

Comments
 (0)