From 44874d1f121f23e189cc42b2aa3b47862c95b22d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Oct 2022 22:53:14 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.cloud:google-cloud-aiplatform to v3.4.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 d9b765980..1e39f9e99 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 - 3.3.0 + 3.4.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index d6d1530ab..8fd24bcbb 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -27,7 +27,7 @@ com.google.cloud google-cloud-aiplatform - 3.3.0 + 3.4.0 From 6f448e48df9faba1f348d9adfd6f91e003f64b79 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 4 Oct 2022 22:59:16 +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 c09b29e83..e5358cdec 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 - 3.3.0 + 3.4.0 ``` @@ -30,7 +30,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-aiplatform - 3.3.0 + 3.4.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:3.3.0' +implementation 'com.google.cloud:google-cloud-aiplatform:3.4.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.3.0" +libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.4.0" ``` ## Authentication