Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit d1307be

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-speech to v2.1.0 (#699)
[![WhiteSource 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.0.4` -> `2.1.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.1.0/compatibility-slim/2.0.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.1.0/confidence-slim/2.0.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-speech</summary> ### [`v2.1.0`](https://togithub.com/googleapis/java-speech/blob/master/CHANGELOG.md#&#8203;210-httpswwwgithubcomgoogleapisjava-speechcomparev204v210-2021-09-27) [Compare Source](https://togithub.com/googleapis/java-speech/compare/v2.0.4...v2.1.0) ##### Features - add output_config request field ([#&#8203;684](https://www.togithub.com/googleapis/java-speech/issues/684)) ([4353458](https://www.github.com/googleapis/java-speech/commit/4353458f1aa1615c6b44663de91ac3801fc060cc)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.3.0 ([#&#8203;690](https://www.togithub.com/googleapis/java-speech/issues/690)) ([a1dd2c7](https://www.github.com/googleapis/java-speech/commit/a1dd2c72a364ad98bf5f2715f74ad30e533bb808)) - update dependency com.google.cloud:google-cloud-storage to v2.1.4 ([#&#8203;687](https://www.togithub.com/googleapis/java-speech/issues/687)) ([96aace9](https://www.github.com/googleapis/java-speech/commit/96aace92a7a02f1ae30711238b5e7609234e2706)) - update dependency com.google.cloud:google-cloud-storage to v2.1.5 ([#&#8203;692](https://www.togithub.com/googleapis/java-speech/issues/692)) ([c782d66](https://www.github.com/googleapis/java-speech/commit/c782d6616ae3b3d2b408e23c23c3329a222101c9)) - update dependency com.google.cloud:google-cloud-storage to v2.1.6 ([#&#8203;695](https://www.togithub.com/googleapis/java-speech/issues/695)) ([60a1ee2](https://www.github.com/googleapis/java-speech/commit/60a1ee26a42e92857493f566ce6d5f7feb05dbdb)) ##### [2.0.4](https://www.github.com/googleapis/java-speech/compare/v2.0.3...v2.0.4) (2021-09-15) ##### Dependencies - update dependency com.google.cloud:google-cloud-storage to v2.1.3 ([#&#8203;680](https://www.togithub.com/googleapis/java-speech/issues/680)) ([9cc3049](https://www.github.com/googleapis/java-speech/commit/9cc3049b06dc3a0e9ae2ef5da22b4602a960527e)) ##### [2.0.3](https://www.github.com/googleapis/java-speech/compare/v2.0.2...v2.0.3) (2021-09-14) ##### Dependencies - update dependency com.google.cloud:google-cloud-storage to v2.1.2 ([#&#8203;676](https://www.togithub.com/googleapis/java-speech/issues/676)) ([d14d355](https://www.github.com/googleapis/java-speech/commit/d14d355541ef196501d1844cfec5aba320bbaef2)) ##### [2.0.2](https://www.github.com/googleapis/java-speech/compare/v2.0.1...v2.0.2) (2021-09-14) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.1 ([#&#8203;672](https://www.togithub.com/googleapis/java-speech/issues/672)) ([5c00202](https://www.github.com/googleapis/java-speech/commit/5c00202ad621d32c8d31829e5fc98d6c3f31379b)) ##### [2.0.1](https://www.github.com/googleapis/java-speech/compare/v2.0.0...v2.0.1) (2021-09-13) ##### Dependencies - update dependency com.google.cloud:google-cloud-storage to v2.1.1 ([#&#8203;661](https://www.togithub.com/googleapis/java-speech/issues/661)) ([bbff51a](https://www.github.com/googleapis/java-speech/commit/bbff51a795281806a9720c6ec14d7e1d47da5a24)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-speech).
1 parent a273162 commit d1307be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-speech</artifactId>
45-
<version>2.0.4</version>
45+
<version>2.1.0</version>
4646
</dependency>
4747

4848
```
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-speech'
5757
If you are using Gradle without BOM, add this to your dependencies
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-speech:2.0.4'
60+
implementation 'com.google.cloud:google-cloud-speech:2.1.0'
6161
```
6262

6363
If you are using SBT, add this to your dependencies
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.0.4"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.1.0"
6767
```
6868

6969
## Authentication

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-speech</artifactId>
32-
<version>2.0.4</version>
32+
<version>2.1.0</version>
3333
</dependency>
3434
<!-- [END speech_install_without_bom] -->
3535
<dependency>

0 commit comments

Comments
 (0)