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

Commit 670185b

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-speech to v1.22.6 (#138)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-speech](https://togithub.com/googleapis/java-speech) | patch | `1.22.5` -> `1.22.6` | --- ### Release Notes <details> <summary>googleapis/java-speech</summary> ### [`v1.22.6`](https://togithub.com/googleapis/java-speech/blob/master/CHANGELOG.md#&#8203;1226-httpswwwgithubcomgoogleapisjava-speechcomparev1225v1226-2020-04-07) [Compare Source](https://togithub.com/googleapis/java-speech/compare/v1.22.5...v1.22.6) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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#googleapis/java-speech).
1 parent 4b4e5ea commit 670185b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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>1.22.5</version>
32+
<version>1.22.6</version>
3333
</dependency>
3434
<!-- [END google-cloud-speech_install_without_bom] -->
3535

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-speech</artifactId>
31-
<version>1.22.5</version>
31+
<version>1.22.6</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)