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

Commit c25a4f0

Browse files
chore: regenerate README (#375)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-03 19:40:37,367 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-document-ai/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-03 19:40:38,614 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/070eaf79-1983-4791-8fb5-bb9e6c74ca0d/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 2553cf0 commit c25a4f0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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-document-ai.git",
7-
"sha": "2f341a10d41f10a35f19eed20c7c6aa891f0569f"
7+
"sha": "2553cf0b854b9e4c14734affd0a61570a56c1a9e"
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

Lines changed: 4 additions & 4 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>18.0.0</version>
23+
<version>18.1.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -31,7 +31,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
3131
<dependency>
3232
<groupId>com.google.cloud</groupId>
3333
<artifactId>google-cloud-document-ai</artifactId>
34-
<version>0.4.0</version>
34+
<version>0.4.1</version>
3535
</dependency>
3636

3737
```
@@ -42,14 +42,14 @@ If you are using Maven without BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-document-ai</artifactId>
45-
<version>0.4.0</version>
45+
<version>0.4.1</version>
4646
</dependency>
4747

4848
```
4949

5050
If you are using Gradle 5.x or later, add this to your dependencies
5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:18.0.0')
52+
implementation platform('com.google.cloud:libraries-bom:18.1.0')
5353
5454
compile 'com.google.cloud:google-cloud-document-ai'
5555
```

0 commit comments

Comments
 (0)