File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-firestore'
5656If you are using Gradle without BOM, add this to your dependencies
5757
5858``` Groovy
59- implementation 'com.google.cloud:google-cloud-firestore:3.4.0 '
59+ implementation 'com.google.cloud:google-cloud-firestore:3.4.1 '
6060```
6161
6262If you are using SBT, add this to your dependencies
6363
6464``` Scala
65- libraryDependencies += " com.google.cloud" % " google-cloud-firestore" % " 3.4.0 "
65+ libraryDependencies += " com.google.cloud" % " google-cloud-firestore" % " 3.4.1 "
6666```
6767
6868## Authentication
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.40 .0</beam .version>
23+ <beam .version>2.41 .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.40 .0</beam .version>
26+ <beam .version>2.41 .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.40 .0</beam .version>
24+ <beam .version>2.41 .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.40 .0</beam .version>
24+ <beam .version>2.41 .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