From bbe7f6fdaa71a3051a04f62866fa79665f48533a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 6 Oct 2022 03:44:16 +0200 Subject: [PATCH] chore(deps): update dependency com.google.cloud:google-cloud-speech to v2.6.0 (#973) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-speech](https://togithub.com/googleapis/java-speech) | `2.5.9` -> `2.6.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.6.0/compatibility-slim/2.5.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.6.0/confidence-slim/2.5.9)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-speech). --- java-speech/README.md | 6 +++--- java-speech/samples/install-without-bom/pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java-speech/README.md b/java-speech/README.md index 13a5ba77c218..1f47226156be 100644 --- a/java-speech/README.md +++ b/java-speech/README.md @@ -47,7 +47,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-speech - 2.5.9 + 2.6.0 ``` @@ -62,13 +62,13 @@ implementation 'com.google.cloud:google-cloud-speech' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-speech:2.5.9' +implementation 'com.google.cloud:google-cloud-speech:2.6.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.9" +libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.6.0" ``` ## Authentication diff --git a/java-speech/samples/install-without-bom/pom.xml b/java-speech/samples/install-without-bom/pom.xml index 43cb6ae5253e..2394e90dcb0e 100644 --- a/java-speech/samples/install-without-bom/pom.xml +++ b/java-speech/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-speech - 2.5.9 + 2.6.0