Skip to content

chore(deps)(deps): bump google-cloud-firestore.version from 3.46.0 to 3.47.0 - #336

Merged
xavidop merged 1 commit into
mainfrom
dependabot/maven/google-cloud-firestore.version-3.47.0
Sep 14, 2026
Merged

xavidop merged 1 commit into
mainfrom
dependabot/maven/google-cloud-firestore.version-3.47.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps google-cloud-firestore.version from 3.46.0 to 3.47.0.
Updates com.google.cloud:google-cloud-firestore from 3.46.0 to 3.47.0

Changelog

Sourced from com.google.cloud:google-cloud-firestore's changelog.

Changelog

1.91.0 (2026-09-04)

⚠ BREAKING CHANGES

  • datalabeling: remove java-datalabeling library (#14189)
  • datacatalog: remove java-datacatalog library (#14178)

Features

  • apptopology: onboard a new library (#14204) (f871a07)
  • bigtable: Option to disable direct access fallback (#14193) (5b6a974)
  • datacatalog: remove java-datacatalog library (#14178) (2910f63)
  • datalabeling: remove java-datalabeling library (#14189) (334d35a), refs #14176
  • gax: add getSingleHeader to HttpHeadersUtils (#14137) (f114422)
  • gax: add ResumableUploadClient.startUpload() and supporting types (#14138) (d7e2be2)
  • gax: add ResumableUploadResponseParser (#14135) (e1a0b17)
  • gax: allow non-JSON HttpContent and absolute request URLs in HttpRequestRunnable (#14134) (ac4a49a)
  • gax: implement queryStatusCallable for resumable uploads (#14155) (67719c0)
  • gax: implement startUploadCallable for resumable uploads (#14139) (4e65b6c)
  • gax: implement uploadChunkCallable for resumable uploads (#14140) (1c643de)
  • google/shopping/merchant/loyaltycustomers/v1: onboard new library (#14257) (590a51c)
  • grpc-gcp: drain scaled-down channels (#14216) (bbbd18c)
  • grpc-gcp: move scale-up to background worker (#14206) (41f0a2e)
  • grpc-gcp: penalize retryable channel errors (#14219) (829872e)
  • grpc-gcp: prime scaled channels before publish (#14232) (dd75645)
  • spanner: add client-level CallContextConfigurator to SpannerOptions (#14256) (eef74d2)
  • spanner: prime scaled-up dynamic channel pool channels with SELECT 1 (#14254) (4d26645)

Bug Fixes

  • auth: refine JSpecify nullability annotations for external account credentials (#14164) (385e1f2)
  • bigquery-jdbc: resolve statementType via getJob fallback to avoid post-execution dry run for DDL (#14265) (d38d9f0)
  • bigtable: truncate client generated timestamps on the emulator c… (#14234) (94e680f)
  • gax: propagate structured LRO error details to ApiException (#14022) (865a15b)
  • grpc-gcp: correct channel lifecycle bookkeeping (#14196) (3df32ba)
  • grpc-gcp: prevent hot-channel skew (#14198) (07a7505)
  • java-sql: temp fix for lint and skip generate (#14005) (b6f73db)
  • spanner: prioritize leader replica for read-write transactions in location-aware routing (#14195) (6383f81)
  • spanner: route ExecuteBatchDml through transaction affinity endpoint (#14192) (5e9e3cd)
  • storage: resolve GraalVM Native Image test failure for java-storage (#14226) (93e0920)

Performance Improvements

  • bigquery-jdbc: eliminate sync getJob RPC call (#14197) (ccf12b0)
  • ci: replace mvn help:evaluate with native bash and sed extraction (#14218) (744a522)

... (truncated)

Commits

Updates com.google.cloud:google-cloud-firestore-admin from 3.46.0 to 3.47.0

Changelog

Sourced from com.google.cloud:google-cloud-firestore-admin's changelog.

Changelog

1.91.0 (2026-09-04)

⚠ BREAKING CHANGES

  • datalabeling: remove java-datalabeling library (#14189)
  • datacatalog: remove java-datacatalog library (#14178)

Features

  • apptopology: onboard a new library (#14204) (f871a07)
  • bigtable: Option to disable direct access fallback (#14193) (5b6a974)
  • datacatalog: remove java-datacatalog library (#14178) (2910f63)
  • datalabeling: remove java-datalabeling library (#14189) (334d35a), refs #14176
  • gax: add getSingleHeader to HttpHeadersUtils (#14137) (f114422)
  • gax: add ResumableUploadClient.startUpload() and supporting types (#14138) (d7e2be2)
  • gax: add ResumableUploadResponseParser (#14135) (e1a0b17)
  • gax: allow non-JSON HttpContent and absolute request URLs in HttpRequestRunnable (#14134) (ac4a49a)
  • gax: implement queryStatusCallable for resumable uploads (#14155) (67719c0)
  • gax: implement startUploadCallable for resumable uploads (#14139) (4e65b6c)
  • gax: implement uploadChunkCallable for resumable uploads (#14140) (1c643de)
  • google/shopping/merchant/loyaltycustomers/v1: onboard new library (#14257) (590a51c)
  • grpc-gcp: drain scaled-down channels (#14216) (bbbd18c)
  • grpc-gcp: move scale-up to background worker (#14206) (41f0a2e)
  • grpc-gcp: penalize retryable channel errors (#14219) (829872e)
  • grpc-gcp: prime scaled channels before publish (#14232) (dd75645)
  • spanner: add client-level CallContextConfigurator to SpannerOptions (#14256) (eef74d2)
  • spanner: prime scaled-up dynamic channel pool channels with SELECT 1 (#14254) (4d26645)

Bug Fixes

  • auth: refine JSpecify nullability annotations for external account credentials (#14164) (385e1f2)
  • bigquery-jdbc: resolve statementType via getJob fallback to avoid post-execution dry run for DDL (#14265) (d38d9f0)
  • bigtable: truncate client generated timestamps on the emulator c… (#14234) (94e680f)
  • gax: propagate structured LRO error details to ApiException (#14022) (865a15b)
  • grpc-gcp: correct channel lifecycle bookkeeping (#14196) (3df32ba)
  • grpc-gcp: prevent hot-channel skew (#14198) (07a7505)
  • java-sql: temp fix for lint and skip generate (#14005) (b6f73db)
  • spanner: prioritize leader replica for read-write transactions in location-aware routing (#14195) (6383f81)
  • spanner: route ExecuteBatchDml through transaction affinity endpoint (#14192) (5e9e3cd)
  • storage: resolve GraalVM Native Image test failure for java-storage (#14226) (93e0920)

Performance Improvements

  • bigquery-jdbc: eliminate sync getJob RPC call (#14197) (ccf12b0)
  • ci: replace mvn help:evaluate with native bash and sed extraction (#14218) (744a522)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `google-cloud-firestore.version` from 3.46.0 to 3.47.0.

Updates `com.google.cloud:google-cloud-firestore` from 3.46.0 to 3.47.0
- [Release notes](https://github.com/googleapis/google-cloud-java/releases)
- [Changelog](https://github.com/googleapis/google-cloud-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-java/commits)

Updates `com.google.cloud:google-cloud-firestore-admin` from 3.46.0 to 3.47.0
- [Release notes](https://github.com/googleapis/google-cloud-java/releases)
- [Changelog](https://github.com/googleapis/google-cloud-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-java/commits)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-firestore
  dependency-version: 3.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.cloud:google-cloud-firestore-admin
  dependency-version: 3.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file maven labels Sep 14, 2026
@xavidop
xavidop merged commit 44da21f into main Sep 14, 2026
13 checks passed
@xavidop
xavidop deleted the dependabot/maven/google-cloud-firestore.version-3.47.0 branch September 14, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file maven

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant