From fa416c1bd4c434dae1a1d8d55a0a9f8b4ec3b6cf Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 11 Jul 2022 23:43:33 +0200 Subject: [PATCH] chore(deps): update dependency com.google.cloud:libraries-bom to v26 (#852) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency com.google.cloud:libraries-bom to v26 * 🦉 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-document-ai/README.md | 4 ++-- java-document-ai/samples/snippets/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java-document-ai/README.md b/java-document-ai/README.md index 5f969deb7d8e..a744e149a85c 100644 --- a/java-document-ai/README.md +++ b/java-document-ai/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 25.4.0 + 26.0.0 pom import @@ -50,7 +50,7 @@ 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:25.4.0') +implementation platform('com.google.cloud:libraries-bom:26.0.0') implementation 'com.google.cloud:google-cloud-document-ai' ``` diff --git a/java-document-ai/samples/snippets/pom.xml b/java-document-ai/samples/snippets/pom.xml index 685bd190548f..c0a91f4a7f67 100644 --- a/java-document-ai/samples/snippets/pom.xml +++ b/java-document-ai/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 25.4.0 + 26.0.0 pom import