Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-bigquery…
Browse files Browse the repository at this point in the history
…connection to v2.1.7 (#1734)

* chore(deps): update dependency com.google.cloud:google-cloud-bigqueryconnection to v2.1.7

* 🦉 Updates from OwlBot

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 Dec 3, 2021
1 parent d5f6724 commit 2db8a1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -58,13 +58,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.5.0'
implementation 'com.google.cloud:google-cloud-bigquery:2.5.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.5.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.5.1"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigqueryconnection</artifactId>
<version>2.1.6</version>
<version>2.1.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigqueryconnection</artifactId>
<version>2.1.6</version>
<version>2.1.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigqueryconnection</artifactId>
<version>2.1.6</version>
<version>2.1.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2db8a1e

Please sign in to comment.