From 7d350b8eefd65aa9bcf7b7c673ed52a1e2c51f78 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 9 Nov 2022 16:10:29 +0100 Subject: [PATCH] chore(deps): update dependency com.google.cloud:google-cloud-vision to v3.1.3 (#1033) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency com.google.cloud:google-cloud-vision to v3.1.3 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- java-vision/README.md | 6 +++--- java-vision/samples/install-without-bom/pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java-vision/README.md b/java-vision/README.md index befd9c13e8bc..8890cd5bc3a7 100644 --- a/java-vision/README.md +++ b/java-vision/README.md @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-vision - 3.1.2 + 3.1.3 ``` @@ -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.1.2' +implementation 'com.google.cloud:google-cloud-vision:3.1.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.1.3" ``` ## Authentication diff --git a/java-vision/samples/install-without-bom/pom.xml b/java-vision/samples/install-without-bom/pom.xml index b50874633122..8e3154f3a1b5 100644 --- a/java-vision/samples/install-without-bom/pom.xml +++ b/java-vision/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-vision - 3.1.2 + 3.1.3