File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerystorage'
5656If you are using Gradle without BOM, add this to your dependencies
5757
5858``` Groovy
59- implementation 'com.google.cloud:google-cloud-bigquerystorage:2.7 .0'
59+ implementation 'com.google.cloud:google-cloud-bigquerystorage:2.8 .0'
6060```
6161
6262If you are using SBT, add this to your dependencies
6363
6464``` Scala
65- libraryDependencies += " com.google.cloud" % " google-cloud-bigquerystorage" % " 2.7 .0"
65+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquerystorage" % " 2.8 .0"
6666```
6767
6868## Authentication
Original file line number Diff line number Diff line change 132132 <dependency >
133133 <groupId >com.google.cloud</groupId >
134134 <artifactId >google-cloud-bigquery</artifactId >
135- <version >2.5.1 </version >
135+ <version >2.6.0 </version >
136136 <scope >test</scope >
137137 </dependency >
138138 </dependencies >
Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >com.google.cloud</groupId >
3939 <artifactId >google-cloud-bigquery</artifactId >
40- <version >2.5.1 </version >
40+ <version >2.6.0 </version >
4141 </dependency >
4242 <dependency >
4343 <groupId >org.apache.avro</groupId >
Original file line number Diff line number Diff line change 3636 <dependency >
3737 <groupId >com.google.cloud</groupId >
3838 <artifactId >google-cloud-bigquery</artifactId >
39- <version >2.5.1 </version >
39+ <version >2.6.0 </version >
4040 </dependency >
4141 <dependency >
4242 <groupId >org.apache.avro</groupId >
Original file line number Diff line number Diff line change 4848 <dependency >
4949 <groupId >com.google.cloud</groupId >
5050 <artifactId >google-cloud-bigquery</artifactId >
51- <version >2.5.1 </version >
51+ <version >2.6.0 </version >
5252 </dependency >
5353 <dependency >
5454 <groupId >org.apache.avro</groupId >
You can’t perform that action at this time.
0 commit comments