From 785e6d1e4f2234d2c49183fc06d3f73de537171b Mon Sep 17 00:00:00 2001
From: Mend Renovate <bot@renovateapp.com>
Date: Mon, 4 Mar 2024 17:12:42 +0100
Subject: [PATCH] deps: update dependency com.google.cloud:google-cloud-core to
 v2.35.0 (#1936)

---
 samples/install-without-bom/pom.xml | 2 +-
 samples/snapshot/pom.xml            | 2 +-
 samples/snippets/pom.xml            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 032c84239..661908dec 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-core</artifactId>
-      <version>2.33.0</version>
+      <version>2.35.0</version>
       <classifier>tests</classifier>
     </dependency>
     <dependency>
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index bc297f89c..bda5c4528 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -79,7 +79,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-core</artifactId>
-      <version>2.33.0</version>
+      <version>2.35.0</version>
       <classifier>tests</classifier>
     </dependency>
     <dependency>
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 926c8afce..2c9d39079 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -98,7 +98,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-core</artifactId>
-      <version>2.33.0</version>
+      <version>2.35.0</version>
       <classifier>tests</classifier>
     </dependency>
     <!-- [END_EXCLUDE] -->