Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9c2f60

Browse files
renovate-botgcf-owl-bot[bot]
andauthoredApr 17, 2023
deps: update dependency com.google.apis:google-api-services-bigquery to v2-rev20230408-2.0.0 (#2650)
* deps: update dependency com.google.apis:google-api-services-bigquery to v2-rev20230408-2.0.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 936ef1c commit b9c2f60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎README.md

+3-3
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

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5555
<github.global.server>github</github.global.server>
5656
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
57-
<google-api-services-bigquery.version>v2-rev20230401-2.0.0</google-api-services-bigquery.version>
57+
<google-api-services-bigquery.version>v2-rev20230408-2.0.0</google-api-services-bigquery.version>
5858
<google.cloud.shared-dependencies.version>3.7.0</google.cloud.shared-dependencies.version>
5959
<arrow.version>11.0.0</arrow.version>
6060
</properties>

0 commit comments

Comments
 (0)
Failed to load comments.