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

Commit fbc2e43

Browse files
chore: regenerate README (#489)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-13 12:17:32,767 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-speech/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-13 12:17:34,076 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/70f26cc9-d1dd-444f-af60-2692c408e9db/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent a4f43de commit fbc2e43

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-speech.git",
7-
"sha": "1d040df3100dced0bd05900e524d830227937079"
7+
"sha": "bfa8f4938ae5fde9ff078fc31a1a3a68b3ff4da5"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
14+
"sha": "082e1ca0863b13ada8594fe91845380765da5b70"
1515
}
1616
}
1717
]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>19.0.0</version>
20+
<version>20.0.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-speech</artifactId>
42-
<version>1.25.1</version>
42+
<version>1.27.0</version>
4343
</dependency>
4444

4545
```
@@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-speech'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-speech:1.26.0'
55+
compile 'com.google.cloud:google-cloud-speech:1.27.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies
5959
```Scala
60-
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.26.0"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.27.0"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)