From ecc973202e89f7d5a5de73ea4808a5a3bc1988d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Jan 2023 21:31:32 +0000 Subject: [PATCH 1/2] deps: update beam.version to v2.44.0 --- samples/install-without-bom/pom.xml | 2 +- samples/native-image-sample/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 160158c41..dcb8418d6 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -20,7 +20,7 @@ 1.8 1.8 - 2.43.0 + 2.44.0 UTF-8 diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 2de6269d0..60a094d79 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -23,7 +23,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> 1.8 1.8 - 2.43.0 + 2.44.0 UTF-8 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 94e1ca231..b4630bb52 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -21,7 +21,7 @@ 1.8 1.8 UTF-8 - 2.43.0 + 2.44.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 6ea6c6d62..0397985d2 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -21,7 +21,7 @@ 1.8 1.8 UTF-8 - 2.43.0 + 2.44.0 From e71dbce3697ba9be6bf0d1d8652a134e2401b16b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 13 Jan 2023 21:33:29 +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 dd3ebafd3..1e7339998 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-firestore' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-firestore:3.7.4' +implementation 'com.google.cloud:google-cloud-firestore:3.7.6' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.7.4" +libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.7.6" ``` ## Authentication