File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-document-ai'
57
57
If you are using Gradle without BOM, add this to your dependencies:
58
58
59
59
``` Groovy
60
- implementation 'com.google.cloud:google-cloud-document-ai:2.7.3 '
60
+ implementation 'com.google.cloud:google-cloud-document-ai:2.7.4 '
61
61
```
62
62
63
63
If you are using SBT, add this to your dependencies:
64
64
65
65
``` Scala
66
- libraryDependencies += " com.google.cloud" % " google-cloud-document-ai" % " 2.7.3 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-document-ai" % " 2.7.4 "
67
67
```
68
68
69
69
## Authentication
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.google.cloud</groupId >
37
37
<artifactId >google-cloud-storage</artifactId >
38
- <version >2.12 .0</version >
38
+ <version >2.13 .0</version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >com.google.cloud</groupId >
36
36
<artifactId >google-cloud-storage</artifactId >
37
- <version >2.12 .0</version >
37
+ <version >2.13 .0</version >
38
38
</dependency >
39
39
<dependency >
40
40
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments