From 4053a27ad24b1caf540a3db22482b92a1a793adb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Nov 2022 15:13:25 +0000 Subject: [PATCH 1/4] build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.5.4 --- google-cloud-vision-bom/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-vision-bom/pom.xml b/google-cloud-vision-bom/pom.xml index 432381d1f..e49756c66 100644 --- a/google-cloud-vision-bom/pom.xml +++ b/google-cloud-vision-bom/pom.xml @@ -8,7 +8,7 @@ com.google.cloud google-cloud-shared-config - 1.5.3 + 1.5.4 Google Cloud Vision BOM diff --git a/pom.xml b/pom.xml index 89d79ca41..e11a8383c 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.5.3 + 1.5.4 From 4a64246ab25380aecca661f024416330689781ad Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 9 Nov 2022 15:16:40 +0000 Subject: [PATCH 2/4] =?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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8890cd5bc..3e69da8dc 100644 --- a/README.md +++ b/README.md @@ -50,20 +50,20 @@ 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:26.1.3') +implementation platform('com.google.cloud:libraries-bom:26.1.4') implementation 'com.google.cloud:google-cloud-vision' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vision:3.1.3' +implementation 'com.google.cloud:google-cloud-vision:3.3.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.1.3" +libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.3.0" ``` ## Authentication From 00f4ae06e387d6e814f678c47d960ce27478661c Mon Sep 17 00:00:00 2001 From: Shabir Mohamed Abdul Samadh <7249208+Shabirmean@users.noreply.github.com> Date: Wed, 16 Nov 2022 11:25:05 -0500 Subject: [PATCH 3/4] deps: update google-cloud-shared-dependencies to v3.0.5 Combining updates from https://github.com/googleapis/java-vision/pull/1049 into the same PR --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e11a8383c..c26035d38 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.4 + 3.0.5 pom import From 511ef706c087830adf4735131b7e084bcfc996ba Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 16 Nov 2022 16:28:17 +0000 Subject: [PATCH 4/4] =?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 3e69da8dc..1d2946899 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-vision' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vision:3.3.0' +implementation 'com.google.cloud:google-cloud-vision:3.4.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.3.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.4.0" ``` ## Authentication