From c902ef70316e5b48a0aa3b710b191fc380737de4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Oct 2022 01:18:31 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-storage to v2.13.0 --- 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 d211e8796..c92e07061 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.12.0 + 2.13.0 com.google.cloud google-cloud-storage - 2.12.0 + 2.13.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 847d91f3e..b1d787aa1 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ com.google.cloud google-cloud-storage - 2.12.0 + 2.13.0 From 43bead6cd873d00ef96b190a84fc313233d56148 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 5 Oct 2022 01:21:07 +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 31b83b77d..83f083186 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.12.0 + 2.13.0 ```