From 3bf71a863ec7347c7e17e663263347c2dc16850d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Oct 2022 07:06:50 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f96fc917c..edd68d46c 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.3 + 3.0.4 pom import From f68b853eee06ccf3fe4e7c57a848d874987fa8f6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 3 Oct 2022 07:09:30 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 508d7f2f6..31b83b77d 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,13 @@ implementation 'com.google.cloud:google-cloud-video-intelligence' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-video-intelligence:2.2.10' +implementation 'com.google.cloud:google-cloud-video-intelligence:2.2.11' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.2.10" +libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.2.11" ``` ## Authentication