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

Commit 480beeb

Browse files
chore: regenerate README (#510)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-05-17 01:48:17,919 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-vision/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-17 01:48:19,220 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/232fbcfc-e33d-4d14-a854-82f178a31df2/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent ce73880 commit 480beeb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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": "21b1ea58e8edbe985a5c4b35fe0938c8313c3988"
7+
"sha": "ce73880af53e46a9aa4500c68209d45d449f6aa9"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "bd8281a06cc7f84906e04d4843c1d3d386a980cd"
14+
"sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1"
1515
}
1616
}
1717
]

README.md

+4-4
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>20.3.0</version>
20+
<version>20.4.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -46,18 +46,18 @@ If you are using Maven without BOM, add this to your dependencies:
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:20.3.0')
49+
implementation platform('com.google.cloud:libraries-bom:20.4.0')
5050
5151
compile 'com.google.cloud:google-cloud-vision'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-vision:1.102.2'
55+
compile 'com.google.cloud:google-cloud-vision:1.102.3'
5656
```
5757

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

6363
## Authentication

0 commit comments

Comments
 (0)