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 @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
59
59
If you are using Gradle without BOM, add this to your dependencies
60
60
61
61
``` Groovy
62
- implementation 'com.google.cloud:google-cloud-bigquery:2.10.7 '
62
+ implementation 'com.google.cloud:google-cloud-bigquery:2.10.8 '
63
63
```
64
64
65
65
If you are using SBT, add this to your dependencies
66
66
67
67
``` Scala
68
- libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.10.7 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.10.8 "
69
69
```
70
70
71
71
## Authentication
Original file line number Diff line number Diff line change 93
93
<dependency >
94
94
<groupId >com.google.cloud</groupId >
95
95
<artifactId >native-image-support</artifactId >
96
- <version >0.12.11 </version >
96
+ <version >0.13.1 </version >
97
97
</dependency >
98
98
<dependency >
99
99
<groupId >org.junit.vintage</groupId >
You can’t perform that action at this time.
0 commit comments