From 1372c02ba92d4f36b7ad2349f5b5477b646016ef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Aug 2022 01:09:20 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-storage to v2.11.2 --- samples/install-without-bom/pom.xml | 4 ++-- samples/snapshot/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 0d794adf5..94f50606e 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -34,13 +34,13 @@ com.google.cloud google-cloud-storage - 2.11.1 + 2.11.2 com.google.cloud google-cloud-storage - 2.11.1 + 2.11.2 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 152d6da51..740fb748b 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ com.google.cloud google-cloud-storage - 2.11.1 + 2.11.2 From 4fcd7884d2460eefae06fcebe6b6c51de8a90859 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 5 Aug 2022 01:11:48 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 894fe3416..61a8e9d23 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-storage - 2.11.1 + 2.11.2 ```