From d7c64998c16a1628b00c5f3e8e6691fc75873188 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 May 2022 17:38:38 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.15.4 --- samples/snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 76cc46aaa..fed9615f8 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -60,7 +60,7 @@ com.google.api.grpc proto-google-cloud-aiplatform-v1beta1 - 0.15.3 + 0.15.4 From ec2bc095ec6f8d954f38c1ef9ebdb1807c4c361f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 27 May 2022 17:44:00 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27587e829..79e277af1 100644 --- a/README.md +++ b/README.md @@ -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.9.3' +implementation 'com.google.cloud:google-cloud-aiplatform:2.9.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.9.3" +libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.9.4" ``` ## Authentication