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.8 .0'
62
+ implementation 'com.google.cloud:google-cloud-bigquery:2.9 .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.8 .0"
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.9 .0"
69
69
```
70
70
71
71
## Authentication
Original file line number Diff line number Diff line change 135
135
<dependency >
136
136
<groupId >com.google.cloud</groupId >
137
137
<artifactId >google-cloud-storage</artifactId >
138
- <version >2.4.1 </version >
138
+ <version >2.4.2 </version >
139
139
<scope >test</scope >
140
140
</dependency >
141
141
<dependency >
You can’t perform that action at this time.
0 commit comments