Skip to content

Commit 5e0fe6c

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-bigquerydatatransfer to v2.3.5 (#1451)
[![Mend 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-bigquerydatatransfer](https://togithub.com/googleapis/java-bigquerydatatransfer) | `2.3.4` -> `2.3.5` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquerydatatransfer/2.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquerydatatransfer/2.3.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquerydatatransfer/2.3.5/compatibility-slim/2.3.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquerydatatransfer/2.3.5/confidence-slim/2.3.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-bigquerydatatransfer</summary> ### [`v2.3.5`](https://togithub.com/googleapis/java-bigquerydatatransfer/blob/HEAD/CHANGELOG.md#&#8203;235-httpsgithubcomgoogleapisjava-bigquerydatatransfercomparev234v235-2022-08-24) [Compare Source](https://togithub.com/googleapis/java-bigquerydatatransfer/compare/v2.3.4...v2.3.5) ##### Dependencies - update dependency com.google.cloud:google-cloud-bigquery to v2.14.7 ([#&#8203;1448](https://togithub.com/googleapis/java-bigquerydatatransfer/issues/1448)) ([3310cbb](https://togithub.com/googleapis/java-bigquerydatatransfer/commit/3310cbb4f30964e4d36bcbd1f80278cac1eef9d0)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquerydatatransfer). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzQuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE3NC4wIn0=-->
1 parent 29121bf commit 5e0fe6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-bigquerydatatransfer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
44-
<version>2.3.4</version>
44+
<version>2.3.5</version>
4545
</dependency>
4646

4747
```

java-bigquerydatatransfer/samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
31-
<version>2.3.4</version>
31+
<version>2.3.5</version>
3232
</dependency>
3333
<!-- [END bigquerydatatransfer_install_without_bom] -->
3434

0 commit comments

Comments
 (0)