From aff8be0fd66e4f0a152e92bb4eca78646640f6b5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Aug 2021 23:15:03 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c567ab558..504620c62 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ com.google.cloud google-cloud-shared-dependencies - 1.4.0 + 2.0.0 pom import From 0c819d68be040ace21531d67cded995ba31aa59f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 3 Aug 2021 23:17:22 +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/master/packages/owl-bot/README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 695a775c4..a5dee9c01 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:20.8.0') +implementation platform('com.google.cloud:libraries-bom:20.9.0') compile 'com.google.cloud:google-cloud-asset' ```