Skip to content

Commit fdbdcae

Browse files
chore(deps): update spring cloud (GoogleCloudPlatform#4668)
* chore(deps): update spring cloud * Add dependency to pom Co-authored-by: averikitsch <akitsch@google.com>
1 parent 9269071 commit fdbdcae

File tree

9 files changed

+18
-10
lines changed

9 files changed

+18
-10
lines changed

appengine-java11/springboot-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
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>2020.0.0</version>
50+
<version>2020.0.1</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

appengine-java11/tasks-handler/pom.xml

Lines changed: 1 addition & 1 deletion
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>2020.0.0</version>
53+
<version>2020.0.1</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>

eventarc/audit-storage/pom.xml

Lines changed: 1 addition & 1 deletion
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>2020.0.0</version>
45+
<version>2020.0.1</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

eventarc/pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
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>2020.0.0</version>
45+
<version>2020.0.1</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

pubsub/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.springframework.cloud</groupId>
5757
<artifactId>spring-cloud-gcp-dependencies</artifactId>
58-
<version>1.2.6.RELEASE</version>
58+
<version>1.2.7.RELEASE</version>
5959
<type>pom</type>
6060
<scope>import</scope>
6161
</dependency>

run/idp-sql/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,14 @@ limitations under the License.
4545
<dependency>
4646
<groupId>org.springframework.cloud</groupId>
4747
<artifactId>spring-cloud-dependencies</artifactId>
48-
<version>Hoxton.SR8</version>
48+
<version>2020.0.1</version>
49+
<type>pom</type>
50+
<scope>import</scope>
51+
</dependency>
52+
<dependency>
53+
<groupId>org.springframework.cloud</groupId>
54+
<artifactId>spring-cloud-gcp-dependencies</artifactId>
55+
<version>1.2.7.RELEASE</version>
4956
<type>pom</type>
5057
<scope>import</scope>
5158
</dependency>
@@ -135,6 +142,7 @@ limitations under the License.
135142
<plugin>
136143
<groupId>org.springframework.boot</groupId>
137144
<artifactId>spring-boot-maven-plugin</artifactId>
145+
<!-- <version>2.4.2</version> -->
138146
</plugin>
139147
<!-- [START cloudrun_user_auth_jib] -->
140148
<plugin>

run/image-processing/pom.xml

Lines changed: 2 additions & 2 deletions
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>2020.0.0</version>
45+
<version>2020.0.1</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>
@@ -51,7 +51,7 @@ limitations under the License.
5151
<dependency>
5252
<groupId>org.springframework.cloud</groupId>
5353
<artifactId>spring-cloud-gcp-dependencies</artifactId>
54-
<version>1.2.6.RELEASE</version>
54+
<version>1.2.7.RELEASE</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>

run/pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
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>2020.0.0</version>
45+
<version>2020.0.1</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>

spanner/spring-data/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.RELEASE</version>
44+
<version>1.2.7.RELEASE</version>
4545
<type>pom</type>
4646
<scope>import</scope>
4747
</dependency>

0 commit comments

Comments
 (0)