From 855995ba371214dbbcac33647af7286b5120b1d6 Mon Sep 17 00:00:00 2001 From: Kristen O'Leary Date: Tue, 19 Apr 2022 14:33:38 -0400 Subject: [PATCH 1/2] deps: update shared config, shared deps, and errorprone --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 372150042..3fc724a27 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.3.0 + 1.3.2 @@ -143,7 +143,7 @@ github google-cloud-datastore-parent https://googleapis.dev/java/google-api-grpc/latest - 2.11.0 + 2.13.1 @@ -151,7 +151,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.8.0 + 2.10.0 pom import From 07f03419eb83cc83135f15977f8d310f0126a7ac Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 19 Apr 2022 19:07:41 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cc63da8f..f9a3ecbb5 100644 --- a/README.md +++ b/README.md @@ -49,20 +49,20 @@ 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:25.0.0') +implementation platform('com.google.cloud:libraries-bom:25.1.0') 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.2.8' +implementation 'com.google.cloud:google-cloud-datastore:2.3.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.2.8" +libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.3.1" ``` ## Authentication