From 086f0b21b8a81be715f70fc96c44fa70b2343624 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Nov 2022 17:44:45 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e1aad1322..05045156a 100644 --- a/pom.xml +++ b/pom.xml @@ -151,7 +151,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.5 + 3.0.6 pom import From 9d6f080e1293f744fd0ca399791fdd10406abd3c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 7 Nov 2022 17:48:38 +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 79d0d0170..4beb2ed6c 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datastore' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-datastore:2.12.3' +implementation 'com.google.cloud:google-cloud-datastore:2.12.4' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.12.3" +libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.12.4" ``` ## Authentication