File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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.13.8 '
62
+ implementation 'com.google.cloud:google-cloud-bigquery:2.14.0 '
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.13.8 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.14.0 "
69
69
```
70
70
71
71
## Authentication
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >com.google.cloud</groupId >
16
16
<artifactId >google-cloud-shared-config</artifactId >
17
- <version >1.5.1 </version >
17
+ <version >1.5.2 </version >
18
18
</parent >
19
19
20
20
<developers >
You can’t perform that action at this time.
0 commit comments