From c4c33aaed72123b934d6e294bb2619603c7429b3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Jun 2023 14:16:19 +0000 Subject: [PATCH] fix(deps): update dependency com.google.cloud:spring-cloud-gcp-dependencies to v3.5.2 --- pubsub/spring/build.gradle | 2 +- pubsub/spring/pom.xml | 2 +- run/idp-sql/pom.xml | 2 +- spanner/spring-data/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubsub/spring/build.gradle b/pubsub/spring/build.gradle index aaad74d268c..29d802bf363 100644 --- a/pubsub/spring/build.gradle +++ b/pubsub/spring/build.gradle @@ -34,7 +34,7 @@ description = 'Spring Cloud GCP Pub/Sub Code Sample' java.sourceCompatibility = JavaVersion.VERSION_1_8 dependencies { - implementation platform('com.google.cloud:spring-cloud-gcp-dependencies:3.5.1') + implementation platform('com.google.cloud:spring-cloud-gcp-dependencies:3.5.2') implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.11') implementation 'com.github.spotbugs:spotbugs-annotations:4.7.3' implementation 'com.google.cloud:spring-cloud-gcp-pubsub-stream-binder' diff --git a/pubsub/spring/pom.xml b/pubsub/spring/pom.xml index c289efe5d82..082fcb73e3a 100644 --- a/pubsub/spring/pom.xml +++ b/pubsub/spring/pom.xml @@ -56,7 +56,7 @@ com.google.cloud spring-cloud-gcp-dependencies - 3.5.1 + 3.5.2 pom import diff --git a/run/idp-sql/pom.xml b/run/idp-sql/pom.xml index f3fc64be255..b5ee3fb741c 100644 --- a/run/idp-sql/pom.xml +++ b/run/idp-sql/pom.xml @@ -47,7 +47,7 @@ limitations under the License. com.google.cloud spring-cloud-gcp-dependencies - 3.5.1 + 3.5.2 pom import diff --git a/spanner/spring-data/pom.xml b/spanner/spring-data/pom.xml index d01db7325b3..361fd7e9f10 100644 --- a/spanner/spring-data/pom.xml +++ b/spanner/spring-data/pom.xml @@ -44,7 +44,7 @@ limitations under the License. com.google.cloud spring-cloud-gcp-dependencies - 3.5.1 + 3.5.2 pom import