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

deps: update dependency com.google.cloud:google-cloud-storage to v2.1.6 #683

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ implementation 'com.google.cloud:google-cloud-aiplatform'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:2.2.3'
implementation 'com.google.cloud:google-cloud-aiplatform:2.2.4'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.2.3"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.2.4"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.1.5</version>
<version>2.1.6</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down