Skip to content

Commit 62c126c

Browse files
authored
chore(deps): update spring cloud (GoogleCloudPlatform#3448)
1 parent 0f092d2 commit 62c126c

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

appengine-java11/springboot-helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.springframework.cloud</groupId>
4949
<artifactId>spring-cloud-dependencies</artifactId>
50-
<version>Hoxton.SR6</version>
50+
<version>Hoxton.SR7</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

appengine-java11/tasks-handler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ limitations under the License.
5050
<dependency>
5151
<groupId>org.springframework.cloud</groupId>
5252
<artifactId>spring-cloud-dependencies</artifactId>
53-
<version>Hoxton.SR6</version>
53+
<version>Hoxton.SR7</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>

run/events-pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
<dependency>
4343
<groupId>org.springframework.cloud</groupId>
4444
<artifactId>spring-cloud-dependencies</artifactId>
45-
<version>Hoxton.SR6</version>
45+
<version>Hoxton.SR7</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

run/events-storage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
<dependency>
4343
<groupId>org.springframework.cloud</groupId>
4444
<artifactId>spring-cloud-dependencies</artifactId>
45-
<version>Hoxton.SR6</version>
45+
<version>Hoxton.SR7</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

run/image-processing/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ limitations under the License.
4242
<dependency>
4343
<groupId>org.springframework.cloud</groupId>
4444
<artifactId>spring-cloud-dependencies</artifactId>
45-
<version>Hoxton.SR6</version>
45+
<version>Hoxton.SR7</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>
4949
<!-- [START run_imageproc_dep_management] -->
5050
<dependency>
5151
<groupId>org.springframework.cloud</groupId>
5252
<artifactId>spring-cloud-gcp-dependencies</artifactId>
53-
<version>1.2.3.RELEASE</version>
53+
<version>1.2.4.RELEASE</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>

run/pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
<dependency>
4343
<groupId>org.springframework.cloud</groupId>
4444
<artifactId>spring-cloud-dependencies</artifactId>
45-
<version>Hoxton.SR6</version>
45+
<version>Hoxton.SR7</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</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>org.springframework.cloud</groupId>
4343
<artifactId>spring-cloud-gcp-dependencies</artifactId>
44-
<version>1.2.3.RELEASE</version>
44+
<version>1.2.4.RELEASE</version>
4545
<type>pom</type>
4646
<scope>import</scope>
4747
</dependency>

vision/spring-framework/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ limitations under the License.
4242
<dependency>
4343
<groupId>org.springframework.cloud</groupId>
4444
<artifactId>spring-cloud-gcp-dependencies</artifactId>
45-
<version>1.2.3.RELEASE</version>
45+
<version>1.2.4.RELEASE</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

0 commit comments

Comments
 (0)