Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit f884f4a

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-bigqueryconnection to v2.1.7 (#588)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-bigqueryconnection](https://togithub.com/googleapis/java-bigqueryconnection) | `2.1.6` -> `2.1.7` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigqueryconnection/2.1.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigqueryconnection/2.1.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigqueryconnection/2.1.7/compatibility-slim/2.1.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigqueryconnection/2.1.7/confidence-slim/2.1.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-bigqueryconnection</summary> ### [`v2.1.7`](https://togithub.com/googleapis/java-bigqueryconnection/blob/master/CHANGELOG.md#&#8203;217-httpswwwgithubcomgoogleapisjava-bigqueryconnectioncomparev216v217-2021-12-03) [Compare Source](https://togithub.com/googleapis/java-bigqueryconnection/compare/v2.1.6...v2.1.7) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- 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-bigqueryconnection).
1 parent f0289e8 commit f884f4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-bigqueryconnection</artifactId>
22-
<version>2.1.6</version>
22+
<version>2.1.7</version>
2323
</dependency>
2424

2525
```

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-bigqueryconnection</artifactId>
32-
<version>2.1.6</version>
32+
<version>2.1.7</version>
3333
</dependency>
3434
<!-- [END bigqueryconnection_install_without_bom] -->
3535

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-bigqueryconnection</artifactId>
4242
<!-- TODO: REMOVE VERSION SPECIFIED BELOW WHEN THE CLIENT GOES GA-->
43-
<version>2.1.6</version>
43+
<version>2.1.7</version>
4444
</dependency>
4545

4646
<dependency>

0 commit comments

Comments
 (0)