From b0b1fdd2b40a5cebc289c2840e25a6b698e3e309 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 May 2022 17:39:30 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v2.9.0 --- samples/install-without-bom/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 1e9a9b9c4..f28de5bf3 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-aiplatform - 2.8.9 + 2.9.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index a220da94f..9ede7da95 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -27,7 +27,7 @@ com.google.cloud google-cloud-aiplatform - 2.8.9 + 2.9.0 From e2bfcc67ad0a105fbd17078768c632058cc07098 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 24 May 2022 17:45:31 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4188f0938..75d40fee0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file com.google.cloud google-cloud-aiplatform - 2.8.9 + 2.9.0 ``` @@ -30,7 +30,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-aiplatform - 2.8.9 + 2.9.0 ``` @@ -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.8.9' +implementation 'com.google.cloud:google-cloud-aiplatform:2.9.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.8.9" +libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.9.0" ``` ## Authentication