@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919 <dependency >
2020 <groupId >com.google.cloud</groupId >
2121 <artifactId >libraries-bom</artifactId >
22- <version >26.62 .0</version >
22+ <version >26.63 .0</version >
2323 <type >pom</type >
2424 <scope >import</scope >
2525 </dependency >
@@ -48,7 +48,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4848<dependency >
4949 <groupId >com.google.cloud</groupId >
5050 <artifactId >google-cloud-bigquerystorage</artifactId >
51- <version >3.15.2 </version >
51+ <version >3.15.3 </version >
5252</dependency >
5353
5454```
@@ -63,13 +63,13 @@ implementation 'com.google.cloud:google-cloud-bigquerystorage'
6363If you are using Gradle without BOM, add this to your dependencies:
6464
6565``` Groovy
66- implementation 'com.google.cloud:google-cloud-bigquerystorage:3.15.3 '
66+ implementation 'com.google.cloud:google-cloud-bigquerystorage:3.16.0 '
6767```
6868
6969If you are using SBT, add this to your dependencies:
7070
7171``` Scala
72- libraryDependencies += " com.google.cloud" % " google-cloud-bigquerystorage" % " 3.15.3 "
72+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquerystorage" % " 3.16.0 "
7373```
7474
7575## Authentication
@@ -256,7 +256,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
256256[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquerystorage/java11.html
257257[ stability-image ] : https://img.shields.io/badge/stability-stable-green
258258[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerystorage.svg
259- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerystorage/3.15.3
259+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerystorage/3.16.0
260260[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
261261[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
262262[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments