File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
samples/install-without-bom Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ If you are using Maven without BOM, add this to your dependencies:
4444<dependency >
4545 <groupId >com.google.cloud</groupId >
4646 <artifactId >google-cloud-bigquery</artifactId >
47- <version >2.5.1 </version >
47+ <version >2.6.0 </version >
4848</dependency >
4949
5050```
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
5959If you are using Gradle without BOM, add this to your dependencies
6060
6161``` Groovy
62- implementation 'com.google.cloud:google-cloud-bigquery:2.5.1 '
62+ implementation 'com.google.cloud:google-cloud-bigquery:2.6.0 '
6363```
6464
6565If you are using SBT, add this to your dependencies
6666
6767``` Scala
68- libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.5.1 "
68+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.6.0 "
6969```
7070
7171## Authentication
Original file line number Diff line number Diff line change 4545 <dependency >
4646 <groupId >com.google.cloud</groupId >
4747 <artifactId >google-cloud-bigquery</artifactId >
48- <version >2.5.1 </version >
48+ <version >2.6.0 </version >
4949 </dependency >
5050 <!-- [END bigquery_install_without_bom] -->
5151
You can’t perform that action at this time.
0 commit comments