File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
samples/native-image-sample Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-firestore'
56
56
If you are using Gradle without BOM, add this to your dependencies
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-firestore:3.0.15 '
59
+ implementation 'com.google.cloud:google-cloud-firestore:3.0.16 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-firestore" % " 3.0.15 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-firestore" % " 3.0.16 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
83
83
<dependency >
84
84
<groupId >com.google.cloud</groupId >
85
85
<artifactId >native-image-support</artifactId >
86
- <version >0.12.7 </version >
86
+ <version >0.12.8 </version >
87
87
</dependency >
88
88
<dependency >
89
89
<groupId >org.junit.vintage</groupId >
You can’t perform that action at this time.
0 commit comments