Skip to content

Commit c42b067

Browse files
1 parent b3bfa0b commit c42b067

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
6060
If you are using Gradle without BOM, add this to your dependencies:
6161

6262
```Groovy
63-
implementation 'com.google.cloud:google-cloud-bigquery:2.24.4'
63+
implementation 'com.google.cloud:google-cloud-bigquery:2.24.5'
6464
```
6565

6666
If you are using SBT, add this to your dependencies:
6767

6868
```Scala
69-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.24.4"
69+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.24.5"
7070
```
7171
<!-- {x-version-update-end} -->
7272

@@ -349,7 +349,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
349349
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquery/java11.html
350350
[stability-image]: https://img.shields.io/badge/stability-stable-green
351351
[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
353353
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
354354
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
355355
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)