From 8b8506f875fe5d59db83d29841aabb958f58c573 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Oct 2021 05:27:07 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-core to v2.2.0 --- 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 792ce5e3..df85e2b4 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -48,7 +48,7 @@ com.google.cloud google-cloud-core - 2.1.8 + 2.2.0 tests diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 1f1cdc8c..0d804731 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -46,7 +46,7 @@ com.google.cloud google-cloud-core - 2.1.8 + 2.2.0 tests diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index f7de3061..a9a91777 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -59,7 +59,7 @@ com.google.cloud google-cloud-core - 2.1.8 + 2.2.0 tests From 90f29444a055b5b101ab554e76d2a626a384a633 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 20 Oct 2021 05:29:13 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e88cc5a2..448e9aa5 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-accessapproval' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-accessapproval:2.1.4' +implementation 'com.google.cloud:google-cloud-accessapproval:2.1.5' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.1.4" +libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.1.5" ``` ## Authentication