From cde39c031bed05a45022b0ad8f094683b29612b9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Oct 2021 21:15:17 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.code.gson:gson to v2.8.9 --- 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 7f9c7d9c1..8a07d1382 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -43,7 +43,7 @@ com.google.code.gson gson - 2.8.8 + 2.8.9 junit From 50d585ed93b7142011f183dca5c33af9ff0b3b00 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 29 Oct 2021 21:20:27 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26630cbfd..948bc9bb5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:23.1.0') +implementation platform('com.google.cloud:libraries-bom:24.0.0') implementation 'com.google.cloud:google-cloud-aiplatform' ```