From 7c0bde00b849260c66e74797e0293e900b96ed0b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Jun 2022 00:59:56 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.15.6 --- 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 8762878a0..3f848e593 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.5 + 0.15.6 From d54359af5ec0fe212547a03ed63295e75bcafda4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 7 Jun 2022 01:04:13 +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 289de86cd..4ac0e1e82 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.5' +implementation 'com.google.cloud:google-cloud-aiplatform:2.9.6' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.9.5" +libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.9.6" ``` ## Authentication