From dbba25b82e6c56df9cf7d844b920c275e6649ac2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Aug 2021 20:09:23 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ab48081..c81cb8d5 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.0.1 + 2.1.0 pom import From 6775f5d921bc0d0105675f18df5fca56afc1da42 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 23 Aug 2021 20:13:37 +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 bff68add..8730dd9f 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ compile 'com.google.cloud:google-cloud-document-ai' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-document-ai:2.0.1' +compile 'com.google.cloud:google-cloud-document-ai:2.0.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.0.1" +libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.0.2" ``` ## Authentication