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

Commit c9080ff

Browse files
chore: regenerate README (#411)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-25 00:14:34,470 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-datalabeling/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-25 00:14:35,956 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/2ca7ed15-e0bf-47fa-9f77-91b845d45785/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 1b3754e commit c9080ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datalabeling.git",
7-
"sha": "0e7ee7dd004e89d979c9fa9e533ee0a046c67b4f"
7+
"sha": "1b3754e94e70580ca05e1c128b95355377a69ea2"
88
}
99
},
1010
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>17.0.0</version>
23+
<version>18.0.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -48,7 +48,7 @@ If you are using Maven without BOM, add this to your dependencies:
4848

4949
If you are using Gradle 5.x or later, add this to your dependencies
5050
```Groovy
51-
implementation platform('com.google.cloud:libraries-bom:17.0.0')
51+
implementation platform('com.google.cloud:libraries-bom:18.0.0')
5252
5353
compile 'com.google.cloud:google-cloud-datalabeling'
5454
```

0 commit comments

Comments
 (0)