File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.16.1 '
62
+ implementation 'com.google.cloud:google-cloud-bigquery:2.17.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.16.1 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.17.0 "
69
69
```
70
70
71
71
## Authentication
Original file line number Diff line number Diff line change 72
72
<dependency >
73
73
<groupId >com.google.cloud</groupId >
74
74
<artifactId >google-cloud-bigquerystorage-bom</artifactId >
75
- <version >2.22 .0</version >
75
+ <version >2.23 .0</version >
76
76
<type >pom</type >
77
77
<scope >import</scope >
78
78
</dependency >
176
176
<dependency >
177
177
<groupId >com.google.cloud</groupId >
178
178
<artifactId >google-cloud-storage</artifactId >
179
- <version >2.12 .0</version >
179
+ <version >2.13 .0</version >
180
180
<scope >test</scope >
181
181
</dependency >
182
182
<dependency >
You can’t perform that action at this time.
0 commit comments