Skip to content

Commit 5165e2b

Browse files
deps: update dependency com.google.apis:google-api-services-bigquery to v2-rev20220730-2.0.0 (#2208)
* deps: update dependency com.google.apis:google-api-services-bigquery to v2-rev20220730-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 a2df316 commit 5165e2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎README.md

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

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-bigquery:2.14.1'
62+
implementation 'com.google.cloud:google-cloud-bigquery:2.14.2'
6363
```
6464

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

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.1"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.2"
6969
```
7070

7171
## Authentication

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5454
<github.global.server>github</github.global.server>
5555
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
56-
<google-api-services-bigquery.version>v2-rev20220716-2.0.0</google-api-services-bigquery.version>
56+
<google-api-services-bigquery.version>v2-rev20220730-2.0.0</google-api-services-bigquery.version>
5757
<google.cloud.shared-dependencies.version>3.0.1</google.cloud.shared-dependencies.version>
5858
<arrow.version>9.0.0</arrow.version>
5959
</properties>

0 commit comments

Comments
 (0)