File tree 2 files changed +3
-3
lines changed
samples/native-image-sample
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-datastore'
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-datastore:2.11.2 '
59
+ implementation 'com.google.cloud:google-cloud-datastore:2.11.3 '
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-datastore" % " 2.11.2 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-datastore" % " 2.11.3 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 86
86
<dependency >
87
87
<groupId >org.graalvm.buildtools</groupId >
88
88
<artifactId >junit-platform-native</artifactId >
89
- <version >0.9.13 </version >
89
+ <version >0.9.14 </version >
90
90
<scope >test</scope >
91
91
</dependency >
92
92
</dependencies >
You can’t perform that action at this time.
0 commit comments