Skip to content

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-shared-dependen…
Browse files Browse the repository at this point in the history
…cies to v2.13.0 (#2128)

* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.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 Jun 23, 2022
1 parent f4aca7f commit 3043533
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.13.3'
implementation 'com.google.cloud:google-cloud-bigquery:2.13.4'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.13.3"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.13.4"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -54,7 +54,7 @@
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-bigquery-parent</site.installationModule>
<google-api-services-bigquery.version>v2-rev20220528-1.32.1</google-api-services-bigquery.version>
<google.cloud.shared-dependencies.version>2.12.0</google.cloud.shared-dependencies.version>
<google.cloud.shared-dependencies.version>2.13.0</google.cloud.shared-dependencies.version>
<arrow.version>8.0.0</arrow.version>
</properties>

Expand Down

0 comments on commit 3043533

Please sign in to comment.