File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
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.34.0 '
63
+ implementation 'com.google.cloud:google-cloud-bigquery:2.34.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.34.0 "
69
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.34.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.34.0
354
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.34.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
Original file line number Diff line number Diff line change 73
73
<dependency >
74
74
<groupId >com.google.cloud</groupId >
75
75
<artifactId >google-cloud-bigquerystorage-bom</artifactId >
76
- <version >2.44.1 </version >
76
+ <version >2.45.0 </version >
77
77
<type >pom</type >
78
78
<scope >import</scope >
79
79
</dependency >
You can’t perform that action at this time.
0 commit comments