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

Commit a14e253

Browse files
deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.8.2 (#666)
* deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.8.2 * 🦉 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 3ad21ce commit a14e253

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ implementation 'com.google.cloud:google-cloud-aiplatform'
4545
If you are using Gradle without BOM, add this to your dependencies
4646

4747
```Groovy
48-
implementation 'com.google.cloud:google-cloud-aiplatform:2.2.1'
48+
implementation 'com.google.cloud:google-cloud-aiplatform:2.2.2'
4949
```
5050

5151
If you are using SBT, add this to your dependencies
5252

5353
```Scala
54-
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.2.1"
54+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.2.2"
5555
```
5656

5757
## Authentication

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.google.api.grpc</groupId>
6262
<artifactId>proto-google-cloud-aiplatform-v1beta1</artifactId>
63-
<version>0.8.1</version>
63+
<version>0.8.2</version>
6464
</dependency>
6565

6666
</dependencies>

0 commit comments

Comments
 (0)