@@ -45,7 +45,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4545<dependency >
4646 <groupId >com.google.cloud</groupId >
4747 <artifactId >google-cloud-bigquery</artifactId >
48- <version >2.36 .0</version >
48+ <version >2.37 .0</version >
4949</dependency >
5050
5151```
@@ -60,13 +60,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
6060If you are using Gradle without BOM, add this to your dependencies:
6161
6262``` Groovy
63- implementation 'com.google.cloud:google-cloud-bigquery:2.36 .0'
63+ implementation 'com.google.cloud:google-cloud-bigquery:2.37 .0'
6464```
6565
6666If you are using SBT, add this to your dependencies:
6767
6868``` Scala
69- libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.36 .0"
69+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.37 .0"
7070```
7171<!-- {x-version-update-end} -->
7272
@@ -351,7 +351,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
351351[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquery/java11.html
352352[ stability-image ] : https://img.shields.io/badge/stability-stable-green
353353[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg
354- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.36 .0
354+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.37 .0
355355[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
356356[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
357357[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments