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

Commit 8cb0b45

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-bigquery to v1.117.1 (#313)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-bigquery](https://togithub.com/googleapis/java-bigquery) | patch | `1.117.0` -> `1.117.1` | --- ### Release Notes <details> <summary>googleapis/java-bigquery</summary> ### [`v1.117.1`](https://togithub.com/googleapis/java-bigquery/blob/master/CHANGELOG.md#&#8203;11171-httpswwwgithubcomgoogleapisjava-bigquerycomparev11170v11171-2020-08-28) [Compare Source](https://togithub.com/googleapis/java-bigquery/compare/v1.117.0...v1.117.1) </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-bigquerydatatransfer).
1 parent 02c6c28 commit 8cb0b45

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
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.google.cloud</groupId>
5050
<artifactId>google-cloud-bigquery</artifactId>
51-
<version>1.117.0</version>
51+
<version>1.117.1</version>
5252
<scope>test</scope>
5353
</dependency>
5454
</dependencies>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.google.cloud</groupId>
4949
<artifactId>google-cloud-bigquery</artifactId>
50-
<version>1.117.0</version>
50+
<version>1.117.1</version>
5151
<scope>test</scope>
5252
</dependency>
5353
</dependencies>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.google.cloud</groupId>
6262
<artifactId>google-cloud-bigquery</artifactId>
63-
<version>1.117.0</version>
63+
<version>1.117.1</version>
6464
<scope>test</scope>
6565
</dependency>
6666
</dependencies>

0 commit comments

Comments
 (0)