From 1e1a622999920cb20a3158e493871c3ffe7b4766 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jan 2022 05:41:05 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.cloud:google-cloud-speech to v2.2.2 --- samples/install-without-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index cb440a60f..ebe542e7e 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-speech - 2.2.1 + 2.2.2 From c0fea8c26bd5701711d7c33041bb95c862098796 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 7 Jan 2022 05:43:23 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 243fa30a9..69047a6c3 100644 --- a/README.md +++ b/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.2.1 + 2.2.2 ``` @@ -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.2.1' +implementation 'com.google.cloud:google-cloud-speech:2.2.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.2.1" +libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.2.2" ``` ## Authentication