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

Commit b448d1f

Browse files
chore: regenerate README (#429)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-03 19:44:37,272 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-vision/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-03 19:44:38,378 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/faf95c96-1f29-4b68-855e-463784e92a14/targets - [ ] To automatically regenerate this PR, check this box.
1 parent f2b28f0 commit b448d1f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-vision.git",
7-
"sha": "528806f9c29bd2e17b0edc92afba9d8eceb0ad93"
7+
"sha": "f2b28f0770a744712e1b9cace8c62eff0af31a8a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "21da7d9fa02f6916d9f87cf4072b3547b5c72eb5"
14+
"sha": "2e7bd5cc66a3f0b90ce1c150eb35c89eeb9872d6"
1515
}
1616
}
1717
]

README.md

+3-3
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>18.0.0</version>
20+
<version>18.1.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -39,14 +39,14 @@ If you are using Maven without BOM, add this to your dependencies:
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-vision</artifactId>
42-
<version>1.101.0</version>
42+
<version>1.101.1</version>
4343
</dependency>
4444

4545
```
4646

4747
If you are using Gradle 5.x or later, add this to your dependencies
4848
```Groovy
49-
implementation platform('com.google.cloud:libraries-bom:18.0.0')
49+
implementation platform('com.google.cloud:libraries-bom:18.1.0')
5050
5151
compile 'com.google.cloud:google-cloud-vision'
5252
```

0 commit comments

Comments
 (0)