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

Commit 9bd8126

Browse files
deps: update dependency com.google.cloud:google-cloud-storage to v2.1.5 (#692)
* deps: update dependency com.google.cloud:google-cloud-storage to v2.1.5 * 🦉 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 19c091a commit 9bd8126

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are using Maven without BOM, add this to your dependencies:
5050
<dependency>
5151
<groupId>com.google.cloud</groupId>
5252
<artifactId>google-cloud-storage</artifactId>
53-
<version>2.1.4</version>
53+
<version>2.1.5</version>
5454
</dependency>
5555

5656
```

samples/install-without-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
<dependency>
3535
<groupId>com.google.cloud</groupId>
3636
<artifactId>google-cloud-storage</artifactId>
37-
<version>2.1.4</version>
37+
<version>2.1.5</version>
3838
</dependency>
3939
<!-- [END videointelligence_install_without_bom] -->
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-storage</artifactId>
43-
<version>2.1.4</version>
43+
<version>2.1.5</version>
4444
</dependency>
4545

4646
<dependency>

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.4</version>
37+
<version>2.1.5</version>
3838
</dependency>
3939

4040
<dependency>

0 commit comments

Comments
 (0)