Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 2973b90

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-bigqueryconnection to v1.0.6 (#1030)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-bigqueryconnection](https://togithub.com/googleapis/java-bigqueryconnection) | patch | `1.0.5` -> `1.0.6` | --- ### Release Notes <details> <summary>googleapis/java-bigqueryconnection</summary> ### [`v1.0.6`](https://togithub.com/googleapis/java-bigqueryconnection/blob/master/CHANGELOG.md#&#8203;106-httpswwwgithubcomgoogleapisjava-bigqueryconnectioncomparev105v106-2020-12-15) [Compare Source](https://togithub.com/googleapis/java-bigqueryconnection/compare/v1.0.5...v1.0.6) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
1 parent 24b5872 commit 2973b90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.google.cloud</groupId>
7171
<artifactId>google-cloud-bigqueryconnection</artifactId>
72-
<version>1.0.5</version>
72+
<version>1.0.6</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.google.cloud</groupId>
6969
<artifactId>google-cloud-bigqueryconnection</artifactId>
70-
<version>1.0.5</version>
70+
<version>1.0.6</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.google.cloud</groupId>
8484
<artifactId>google-cloud-bigqueryconnection</artifactId>
85-
<version>1.0.5</version>
85+
<version>1.0.6</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>

0 commit comments

Comments
 (0)