From 64c7e3d1d03245aebefa16b085e7435813171346 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Feb 2022 02:09:10 +0000 Subject: [PATCH 1/2] build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.2.6 --- google-cloud-deploy-bom/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-deploy-bom/pom.xml b/google-cloud-deploy-bom/pom.xml index 5b9f6d5..10dc11b 100644 --- a/google-cloud-deploy-bom/pom.xml +++ b/google-cloud-deploy-bom/pom.xml @@ -8,7 +8,7 @@ com.google.cloud google-cloud-shared-config - 1.2.5 + 1.2.6 Google Google CLoud Deploy BOM diff --git a/pom.xml b/pom.xml index 5771b1c..7a8eec7 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.2.5 + 1.2.6 From 66f78ae9cab66b53dbd75c29780d101d7671b445 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 4 Feb 2022 02:11:28 +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 8d89319..506cb8c 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-deploy:0.1.4' +implementation 'com.google.cloud:google-cloud-deploy:1.0.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "0.1.4" +libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.0.0" ``` ## Authentication