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

Commit 9056292

Browse files
deps: update dependency com.google.cloud:google-cloud-storage to v2.1.3 (#634)
* deps: update dependency com.google.cloud:google-cloud-storage to v2.1.3 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7346f24 commit 9056292

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-document-ai'
5757
If you are using Gradle without BOM, add this to your dependencies
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-document-ai:2.1.1'
60+
implementation 'com.google.cloud:google-cloud-document-ai:2.1.2'
6161
```
6262

6363
If you are using SBT, add this to your dependencies
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.1.1"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.1.2"
6767
```
6868

6969
## Authentication

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.google.cloud</groupId>
3737
<artifactId>google-cloud-storage</artifactId>
38-
<version>2.1.2</version>
38+
<version>2.1.3</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>junit</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.cloud</groupId>
3636
<artifactId>google-cloud-storage</artifactId>
37-
<version>2.1.2</version>
37+
<version>2.1.3</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>junit</groupId>

0 commit comments

Comments
 (0)