This repository was archived by the owner on May 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-firestore'
5757If you are using Gradle without BOM, add this to your dependencies:
5858
5959``` Groovy
60- implementation 'com.google.cloud:google-cloud-firestore:3.21.4 '
60+ implementation 'com.google.cloud:google-cloud-firestore:3.21.5 '
6161```
6262
6363If you are using SBT, add this to your dependencies:
6464
6565``` Scala
66- libraryDependencies += " com.google.cloud" % " google-cloud-firestore" % " 3.21.4 "
66+ libraryDependencies += " com.google.cloud" % " google-cloud-firestore" % " 3.21.5 "
6767```
6868<!-- {x-version-update-end} -->
6969
@@ -222,7 +222,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
222222[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-firestore/java11.html
223223[ stability-image ] : https://img.shields.io/badge/stability-stable-green
224224[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-firestore.svg
225- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-firestore/3.21.4
225+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-firestore/3.21.5
226226[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
227227[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
228228[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Original file line number Diff line number Diff line change 2020 <properties >
2121 <maven .compiler.target>1.8</maven .compiler.target>
2222 <maven .compiler.source>1.8</maven .compiler.source>
23- <beam .version>2.56 .0</beam .version>
23+ <beam .version>2.57 .0</beam .version>
2424 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2525 </properties >
2626
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2323 <!-- Java 8 because the Kokoro Sample test uses that Java version -->
2424 <maven .compiler.target>1.8</maven .compiler.target>
2525 <maven .compiler.source>1.8</maven .compiler.source>
26- <beam .version>2.56 .0</beam .version>
26+ <beam .version>2.57 .0</beam .version>
2727 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2828 </properties >
2929
Original file line number Diff line number Diff line change 2121 <maven .compiler.target>1.8</maven .compiler.target>
2222 <maven .compiler.source>1.8</maven .compiler.source>
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24- <beam .version>2.56 .0</beam .version>
24+ <beam .version>2.57 .0</beam .version>
2525 </properties >
2626
2727 <!-- {x-version-update-start::current} -->
Original file line number Diff line number Diff line change 2121 <maven .compiler.target>1.8</maven .compiler.target>
2222 <maven .compiler.source>1.8</maven .compiler.source>
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24- <beam .version>2.56 .0</beam .version>
24+ <beam .version>2.57 .0</beam .version>
2525 <!-- Define a default empty value property which can be overridden on the command line if
2626 necessary by passing `-Dfirestore.project.id="some-id"` when running maven exec -->
2727 <firestore .project.id/>
You canβt perform that action at this time.
0 commit comments