Skip to content

Commit 296ed99

Browse files
authored
upgrade Spring Cloud GCP and remaining Spring Boot (GoogleCloudPlatform#6602)
1 parent f12235b commit 296ed99

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pubsub/spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.cloud</groupId>
5757
<artifactId>spring-cloud-gcp-dependencies</artifactId>
58-
<version>2.0.6</version>
58+
<version>2.0.7</version>
5959
<type>pom</type>
6060
<scope>import</scope>
6161
</dependency>

run/idp-sql/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ limitations under the License.
3838
<!-- Import dependency management from Spring Boot -->
3939
<groupId>org.springframework.boot</groupId>
4040
<artifactId>spring-boot-dependencies</artifactId>
41-
<version>2.5.5</version>
41+
<version>2.5.8</version>
4242
<type>pom</type>
4343
<scope>import</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>spring-cloud-gcp-dependencies</artifactId>
48-
<version>2.0.6</version>
48+
<version>2.0.7</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>

run/image-processing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>spring-cloud-gcp-dependencies</artifactId>
47-
<version>2.0.6</version>
47+
<version>2.0.7</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>

spanner/spring-data/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ limitations under the License.
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>spring-cloud-gcp-dependencies</artifactId>
44-
<version>2.0.6</version>
44+
<version>2.0.7</version>
4545
<type>pom</type>
4646
<scope>import</scope>
4747
</dependency>

0 commit comments

Comments
 (0)