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

Commit b936042

Browse files
feat: java template no longer require clirr (#1469) (#907)
Source-Link: googleapis/synthtool@0238f3d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7410586c94c608ea884879fa4083754cc28601909484c5987f4ea784da54b881
1 parent 5fbda28 commit b936042

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
17-
# created: 2022-06-27T15:01:06.405564326Z
16+
digest: sha256:7410586c94c608ea884879fa4083754cc28601909484c5987f4ea784da54b881
17+
# created: 2022-06-28T19:40:16.719636226Z

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.3.0'
65+
implementation 'com.google.cloud:google-cloud-speech:2.4.0'
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.3.0"
71+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.4.0"
7272
```
7373

7474
## Authentication

0 commit comments

Comments
 (0)