Skip to content

Commit

Permalink
deps: update dependency com.google.apis:google-api-services-bigquery …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] committed Aug 5, 2022
1 parent a2df316 commit 5165e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-bigquery:2.14.1'
implementation 'com.google.cloud:google-cloud-bigquery:2.14.2'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.1"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.14.2"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -53,7 +53,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
<google-api-services-bigquery.version>v2-rev20220716-2.0.0</google-api-services-bigquery.version>
<google-api-services-bigquery.version>v2-rev20220730-2.0.0</google-api-services-bigquery.version>
<google.cloud.shared-dependencies.version>3.0.1</google.cloud.shared-dependencies.version>
<arrow.version>9.0.0</arrow.version>
</properties>
Expand Down

0 comments on commit 5165e2b

Please sign in to comment.