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

Commit 372b11d

Browse files
chore: regenerate README (#330)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-12-14 19:59:09,484 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-language/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-14 19:59:10,388 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/b6a29766-70fe-4e9a-afd6-9370bc963028/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 5003679 commit 372b11d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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-language.git",
7-
"sha": "7cf0a7cd064b0b39838eaa1978d1ab496511f171"
7+
"sha": "500367913d733525ee81895828b2db5bebfff233"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
14+
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
1515
}
1616
}
1717
]

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-language</artifactId>
41-
<version>1.101.6</version>
41+
<version>1.101.7</version>
4242
</dependency>
4343

4444
```
4545

4646
If you are using Gradle, add this to your dependencies
4747
```Groovy
48-
compile 'com.google.cloud:google-cloud-language:1.101.6'
48+
compile 'com.google.cloud:google-cloud-language:1.101.7'
4949
```
5050
If you are using SBT, add this to your dependencies
5151
```Scala
52-
libraryDependencies += "com.google.cloud" % "google-cloud-language" % "1.101.6"
52+
libraryDependencies += "com.google.cloud" % "google-cloud-language" % "1.101.7"
5353
```
5454

5555
## Authentication
@@ -172,6 +172,8 @@ Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
172172
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
173173
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
174174

175+
Java is a registered trademark of Oracle and/or its affiliates.
176+
175177
[product-docs]: https://cloud.google.com/natural-language/docs/
176178
[javadocs]: https://googleapis.dev/java/google-cloud-language/latest/
177179
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-language/java7.svg

0 commit comments

Comments
 (0)