From e967b2c393a601c7e9dfba33ec2f19ef6e9757c1 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate <bot@renovateapp.com>
Date: Wed, 3 Aug 2022 20:03:51 +0200
Subject: [PATCH] deps: update dependency com.google.cloud:google-cloud-core to
 v2.8.7 (#1227)

---
 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 0c855799a..573cbf20e 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.8.6</version>
+      <version>2.8.7</version>
       <classifier>tests</classifier>
     </dependency>
     <dependency>
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 5025097b1..840b3dd4f 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.8.6</version>
+      <version>2.8.7</version>
       <classifier>tests</classifier>
     </dependency>
     <dependency>
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index f34479f61..e173e9136 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -94,7 +94,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-core</artifactId>
-      <version>2.8.6</version>
+      <version>2.8.7</version>
       <classifier>tests</classifier>
     </dependency>
     <!-- [END_EXCLUDE] -->