From 73e495dba1c49cf9d09441743a881aed36706ceb Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 22 Feb 2023 14:42:22 +0000 Subject: [PATCH] fix(deps): update dependency com.google.cloud:google-cloud-firestore to v3.8.1 (#7705) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-firestore](https://togithub.com/googleapis/java-firestore) | `3.7.8` -> `3.8.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.8.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.8.1/compatibility-slim/3.7.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-firestore/3.8.1/confidence-slim/3.7.8)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
googleapis/java-firestore ### [`v3.8.1`](https://togithub.com/googleapis/java-firestore/blob/HEAD/CHANGELOG.md#​381-httpsgithubcomgoogleapisjava-firestorecomparev380v381-2023-02-17) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.8.0...v3.8.1) ##### Dependencies - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.3.0 ([#​1206](https://togithub.com/googleapis/java-firestore/issues/1206)) ([a118ce0](https://togithub.com/googleapis/java-firestore/commit/a118ce07b9af0f1ae16197de7d26a3a035223b20)) ### [`v3.8.0`](https://togithub.com/googleapis/java-firestore/blob/HEAD/CHANGELOG.md#​380-httpsgithubcomgoogleapisjava-firestorecomparev3710v380-2023-02-15) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.7.10...v3.8.0) ##### Features - Add `OR` query support ([#​1198](https://togithub.com/googleapis/java-firestore/issues/1198)) ([566b788](https://togithub.com/googleapis/java-firestore/commit/566b7884fd462630195dc2ffee79cc5345c80c03)) ##### Dependencies - Update beam.version to v2.45.0 ([#​1201](https://togithub.com/googleapis/java-firestore/issues/1201)) ([196a75d](https://togithub.com/googleapis/java-firestore/commit/196a75d4708ec8b1e61c114ea815a66eb5ab27f4)) - Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.20 ([#​1196](https://togithub.com/googleapis/java-firestore/issues/1196)) ([51fe67c](https://togithub.com/googleapis/java-firestore/commit/51fe67c59d674ea76332f5c0b0fccd9a2c10d39c)) - Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.20 ([#​1197](https://togithub.com/googleapis/java-firestore/issues/1197)) ([a66b8b4](https://togithub.com/googleapis/java-firestore/commit/a66b8b4e38a8109753769bcbda2dcb2ae8d58692)) ### [`v3.7.10`](https://togithub.com/googleapis/java-firestore/blob/HEAD/CHANGELOG.md#​3710-httpsgithubcomgoogleapisjava-firestorecomparev379v3710-2023-02-06) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.7.9...v3.7.10) ##### Dependencies - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.2.0 ([#​1185](https://togithub.com/googleapis/java-firestore/issues/1185)) ([42c34da](https://togithub.com/googleapis/java-firestore/commit/42c34dabe3ecb89401967f0f25593cfcfb63bc94)) ### [`v3.7.9`](https://togithub.com/googleapis/java-firestore/blob/HEAD/CHANGELOG.md#​379-httpsgithubcomgoogleapisjava-firestorecomparev378v379-2023-01-27) [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.7.8...v3.7.9) ##### Bug Fixes - **java:** Fix error message returned for invalid snapshot listener inequality filter ([#​1093](https://togithub.com/googleapis/java-firestore/issues/1093)) ([bf7f4a3](https://togithub.com/googleapis/java-firestore/commit/bf7f4a3b87311437a364cadaf46da4cb018a28c7)) - **java:** Skip fixing poms for special modules ([#​1744](https://togithub.com/googleapis/java-firestore/issues/1744)) ([#​1172](https://togithub.com/googleapis/java-firestore/issues/1172)) ([222be48](https://togithub.com/googleapis/java-firestore/commit/222be4882971e5175ae7b9b029cc83047a5a7163))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples). --- functions/firebase/firestore-reactive/pom.xml | 2 +- functions/firebase/firestore/pom.xml | 2 +- session-handling/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/firebase/firestore-reactive/pom.xml b/functions/firebase/firestore-reactive/pom.xml index 217e07c2601..f8abad6e307 100644 --- a/functions/firebase/firestore-reactive/pom.xml +++ b/functions/firebase/firestore-reactive/pom.xml @@ -44,7 +44,7 @@ com.google.cloud google-cloud-firestore - 3.7.8 + 3.8.1 diff --git a/functions/firebase/firestore/pom.xml b/functions/firebase/firestore/pom.xml index 20a1e2b1910..2969c349501 100644 --- a/functions/firebase/firestore/pom.xml +++ b/functions/firebase/firestore/pom.xml @@ -40,7 +40,7 @@ com.google.cloud google-cloud-firestore - 3.7.8 + 3.8.1 diff --git a/session-handling/pom.xml b/session-handling/pom.xml index b1cd64b3592..d556db02258 100644 --- a/session-handling/pom.xml +++ b/session-handling/pom.xml @@ -47,7 +47,7 @@ Copyright 2019 Google LLC com.google.cloud google-cloud-firestore - 3.7.8 + 3.8.1