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

Commit 56ab398

Browse files
deps: update dependency com.google.cloud:google-cloud-storage to v2.1.7 (#689)
* deps: update dependency com.google.cloud:google-cloud-storage to v2.1.7 * 🦉 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 * 🦉 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 23588bb commit 56ab398

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
If you are using Gradle 5.x or later, add this to your dependencies
3939

4040
```Groovy
41-
implementation platform('com.google.cloud:libraries-bom:23.0.0')
41+
implementation platform('com.google.cloud:libraries-bom:23.1.0')
4242
4343
implementation 'com.google.cloud:google-cloud-aiplatform'
4444
```

samples/install-without-bom/pom.xml

+1-1
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.6</version>
38+
<version>2.1.7</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.google.protobuf</groupId>

samples/snapshot/pom.xml

+1-1
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.6</version>
37+
<version>2.1.7</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.google.protobuf</groupId>

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.google.cloud</groupId>
3535
<artifactId>google-cloud-storage</artifactId>
36-
<version>2.1.6</version>
36+
<version>2.1.7</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.protobuf</groupId>

0 commit comments

Comments
 (0)