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.4.0 (#712)

* chore(deps): update dependency com.google.cloud:google-cloud-bigqueryconnection to v2.4.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] authored Jul 11, 2022
1 parent 6d2cc5a commit ef5c32e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-bigqueryconnection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigqueryconnection</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</dependency>

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigqueryconnection</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</dependency>
<!-- [END bigqueryconnection_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion java-bigqueryconnection/samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigqueryconnection</artifactId>
<!-- TODO: REMOVE VERSION SPECIFIED BELOW WHEN THE CLIENT GOES GA-->
<version>2.3.0</version>
<version>2.4.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ef5c32e

Please sign in to comment.