@@ -53,20 +53,20 @@ If you are using Maven without the BOM, add this to your dependencies:
53
53
If you are using Gradle 5.x or later, add this to your dependencies:
54
54
55
55
``` Groovy
56
- implementation platform('com.google.cloud:libraries-bom:26.18 .0')
56
+ implementation platform('com.google.cloud:libraries-bom:26.19 .0')
57
57
58
58
implementation 'com.google.cloud:google-cloud-bigquery'
59
59
```
60
60
If you are using Gradle without BOM, add this to your dependencies:
61
61
62
62
``` Groovy
63
- implementation 'com.google.cloud:google-cloud-bigquery:2.30.0 '
63
+ implementation 'com.google.cloud:google-cloud-bigquery:2.30.1 '
64
64
```
65
65
66
66
If you are using SBT, add this to your dependencies:
67
67
68
68
``` Scala
69
- libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.30.0 "
69
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.30.1 "
70
70
```
71
71
<!-- {x-version-update-end} -->
72
72
@@ -351,7 +351,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
351
351
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquery/java11.html
352
352
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
353
353
[ 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.30.0
354
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.30.1
355
355
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
356
356
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
357
357
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments