Skip to content

Commit fa6c737

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-bigquery to v1.118.0 (GoogleCloudPlatform#3748)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-bigquery](https://togithub.com/googleapis/java-bigquery) | minor | `1.117.2` -> `1.118.0` | --- ### Release Notes <details> <summary>googleapis/java-bigquery</summary> ### [`v1.118.0`](https://togithub.com/googleapis/java-bigquery/blob/master/CHANGELOG.md#&#8203;11180-httpswwwgithubcomgoogleapisjava-bigquerycomparev11172v11180-2020-09-17) [Compare Source](https://togithub.com/googleapis/java-bigquery/compare/v1.117.2...v1.118.0) ##### Features - **bigquery:** explicitly ask for dense responses from HTTP backend ([#&GoogleCloudPlatform#8203;739](https://www.github.com/googleapis/java-bigquery/issues/739)) ([8c92c99](https://www.github.com/googleapis/java-bigquery/commit/8c92c9919b278bdb128be963391fc1870e69e343)) ##### Bug Fixes - throw jobexception for invalid multiple statements query ([#&GoogleCloudPlatform#8203;732](https://www.github.com/googleapis/java-bigquery/issues/732)) ([2a0d86d](https://www.github.com/googleapis/java-bigquery/commit/2a0d86d2d07dd706fb7d943da6ebd5c9ac98dfca)) ##### [1.117.2](https://www.github.com/googleapis/java-bigquery/compare/v1.117.1...v1.117.2) (2020-09-15) ##### Bug Fixes - get recordvalue by field name ([#&GoogleCloudPlatform#8203;718](https://www.github.com/googleapis/java-bigquery/issues/718)) ([b3f59b1](https://www.github.com/googleapis/java-bigquery/commit/b3f59b1e1215d93a3b7048149c88318f2a074f79)) ##### Dependencies - update dependency com.google.apis:google-api-services-bigquery to v2-rev20200827-1.30.10 ([#&GoogleCloudPlatform#8203;722](https://www.github.com/googleapis/java-bigquery/issues/722)) ([dcb8671](https://www.github.com/googleapis/java-bigquery/commit/dcb86719f11fe2b75113974ada13bae20150aa49)) - update dependency com.google.cloud:google-cloud-shared-dependencies to v0.9.0 ([#&GoogleCloudPlatform#8203;715](https://www.github.com/googleapis/java-bigquery/issues/715)) ([b75b95b](https://www.github.com/googleapis/java-bigquery/commit/b75b95b7ca338da0900c53856c280c9acc140cd5)) - update dependency com.google.cloud:google-cloud-storage to v1.113.0 ([#&GoogleCloudPlatform#8203;723](https://www.github.com/googleapis/java-bigquery/issues/723)) ([fb6d543](https://www.github.com/googleapis/java-bigquery/commit/fb6d5430b9f6e1285e7fa0102c78d9c4dd07c599)) - update jmh.version to v1.25.2 ([#&GoogleCloudPlatform#8203;720](https://www.github.com/googleapis/java-bigquery/issues/720)) ([9afba31](https://www.github.com/googleapis/java-bigquery/commit/9afba319a62f54ee766d2476f5bd2ee91b3ba762)) ##### [1.117.1](https://www.github.com/googleapis/java-bigquery/compare/v1.117.0...v1.117.1) (2020-08-28) ##### Bug Fixes - npe for destination table ([#&GoogleCloudPlatform#8203;699](https://www.github.com/googleapis/java-bigquery/issues/699)) ([863c9e1](https://www.github.com/googleapis/java-bigquery/commit/863c9e1d7da8a63154677fb32954e2048dd48e9e)) ##### Dependencies - update dependency com.google.apis:google-api-services-bigquery to v2-rev20200818-1.30.10 ([#&GoogleCloudPlatform#8203;705](https://www.github.com/googleapis/java-bigquery/issues/705)) ([127414c](https://www.github.com/googleapis/java-bigquery/commit/127414c4f2cb7ea50dfc0f5cbfcb7f581cf67e63)) - update dependency com.google.cloud:google-cloud-storage to v1.112.0 ([#&GoogleCloudPlatform#8203;708](https://www.github.com/googleapis/java-bigquery/issues/708)) ([0be6a2b](https://www.github.com/googleapis/java-bigquery/commit/0be6a2b8ba47a912d8af7326ebc910d02393f6f5)) - update jmh.version to v1.25.1 ([#&GoogleCloudPlatform#8203;698](https://www.github.com/googleapis/java-bigquery/issues/698)) ([e3a021b](https://www.github.com/googleapis/java-bigquery/commit/e3a021b24cbcdfe23617da1662f438fb2d8699fb)) </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**: Never, 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/GoogleCloudPlatform/java-docs-samples).
1 parent b0e3b6c commit fa6c737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine-java8/bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-bigquery</artifactId>
55-
<version>1.117.2</version>
55+
<version>1.118.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)