File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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.24.4 '
63
+ implementation 'com.google.cloud:google-cloud-bigquery:2.24.5 '
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.24.4 "
69
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.24.5 "
70
70
```
71
71
<!-- {x-version-update-end} -->
72
72
@@ -349,7 +349,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
349
349
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquery/java11.html
350
350
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
351
351
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg
352
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.24.4
352
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.24.5
353
353
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
354
354
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
355
355
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
You can’t perform that action at this time.
0 commit comments