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

Commit 0f30f5a

Browse files
chore: regenerate README (#477)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-05-13 13:58:22,446 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-document-ai/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-05-13 13:58:23,672 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/96bf6bcb-d933-4ccb-ac18-cb107120087c/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 70efb03 commit 0f30f5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-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-document-ai.git",
7-
"sha": "9a0de3c91e753bf7be699267ee803debc17aae4f"
7+
"sha": "70efb031d434e11b44ac44528e12a86d3a7e1ba7"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "6726988c677bb78385868bfc48dbfa2fe981d44a"
14+
"sha": "bd8281a06cc7f84906e04d4843c1d3d386a980cd"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 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>20.2.0</version>
23+
<version>20.3.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -55,12 +55,12 @@ compile 'com.google.cloud:google-cloud-document-ai'
5555
```
5656
If you are using Gradle without BOM, add this to your dependencies
5757
```Groovy
58-
compile 'com.google.cloud:google-cloud-document-ai:0.8.0'
58+
compile 'com.google.cloud:google-cloud-document-ai:0.8.1'
5959
```
6060

6161
If you are using SBT, add this to your dependencies
6262
```Scala
63-
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "0.8.0"
63+
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "0.8.1"
6464
```
6565

6666
## Authentication

0 commit comments

Comments
 (0)