From 77276958e09aa45897cffa485023561a38b20b72 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 11 Jul 2022 21:33:41 +0200 Subject: [PATCH] chore(deps): update dependency com.google.cloud:libraries-bom to v26 (#918) 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-speech/README.md | 4 ++-- java-speech/samples/snippets/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java-speech/README.md b/java-speech/README.md index 3a0fd0cdc405..28d9c7f921ad 100644 --- a/java-speech/README.md +++ b/java-speech/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 @@ -55,7 +55,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-speech' ``` diff --git a/java-speech/samples/snippets/pom.xml b/java-speech/samples/snippets/pom.xml index 29cca7edc1ac..f64060c524c0 100644 --- a/java-speech/samples/snippets/pom.xml +++ b/java-speech/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 25.4.0 + 26.0.0 pom import