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

Commit 580861f

Browse files
docs: [owlbot-java] samples do not need deploy plugin and deps upgrade (#1583) (#965)
* docs: samples do not need deploy plugin * deps: upgrading shared deps 3.0.3 * fixing golden test Source-Link: googleapis/synthtool@b61387e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:23f5a406dfc9a62e61c4fb11e343f7f9f21af15b5b1f23d0535a10294ee337fd
1 parent 4deb621 commit 580861f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
16+
digest: sha256:23f5a406dfc9a62e61c4fb11e343f7f9f21af15b5b1f23d0535a10294ee337fd

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ implementation 'com.google.cloud:google-cloud-speech'
6262
If you are using Gradle without BOM, add this to your dependencies:
6363

6464
```Groovy
65-
implementation 'com.google.cloud:google-cloud-speech:2.5.8'
65+
implementation 'com.google.cloud:google-cloud-speech:2.5.9'
6666
```
6767

6868
If you are using SBT, add this to your dependencies:
6969

7070
```Scala
71-
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.8"
71+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.5.9"
7272
```
7373

7474
## Authentication

0 commit comments

Comments
 (0)