From e6d82fd327d2c59ace89d2fbdf39ca5f8bb7661d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Aug 2022 22:10:17 +0000 Subject: [PATCH 1/2] deps: update beam.version to v2.41.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 a84ef4db40..523352531e 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -20,7 +20,7 @@ 1.8 1.8 - 2.40.0 + 2.41.0 UTF-8 diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 318e470984..1373c10b73 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.40.0 + 2.41.0 UTF-8 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index e03b027ed8..8b36958b30 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -21,7 +21,7 @@ 1.8 1.8 UTF-8 - 2.40.0 + 2.41.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 0d422f652f..22046a8504 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -21,7 +21,7 @@ 1.8 1.8 UTF-8 - 2.40.0 + 2.41.0 From 7aab792d26ba2cab04b4e24d33b49117c3ca89da Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 23 Aug 2022 22:12:36 +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 8fc04e088d..04a232d076 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.4.0' +implementation 'com.google.cloud:google-cloud-firestore:3.4.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.4.1" ``` ## Authentication