Skip to content

Commit 8a48fd1

Browse files
deps: update dependency com.google.apis:google-api-services-bigquery to v2-rev20240714-2.0.0 (#3412)
* deps: update dependency com.google.apis:google-api-services-bigquery to v2-rev20240714-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 1fc8720 commit 8a48fd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.41.0'
63+
implementation 'com.google.cloud:google-cloud-bigquery:2.42.0'
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.41.0"
69+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.42.0"
7070
```
7171
<!-- {x-version-update-end} -->
7272

@@ -352,7 +352,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
352352
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquery/java11.html
353353
[stability-image]: https://img.shields.io/badge/stability-stable-green
354354
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg
355-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.41.0
355+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.42.0
356356
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
357357
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
358358
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

pom.xml

Lines changed: 1 addition & 1 deletion
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-rev20240629-2.0.0</google-api-services-bigquery.version>
57+
<google-api-services-bigquery.version>v2-rev20240714-2.0.0</google-api-services-bigquery.version>
5858
</properties>
5959

6060
<dependencyManagement>

0 commit comments

Comments
 (0)