Skip to content

Commit

Permalink
deps: update dependency com.google.cloud:google-cloud-bigquery to v2.…
Browse files Browse the repository at this point in the history
…26.0 (#2114)

[![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-bigquery](https://togithub.com/googleapis/java-bigquery) | `2.25.0` -> `2.26.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.26.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.26.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.26.0/compatibility-slim/2.25.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.26.0/confidence-slim/2.25.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-bigquery</summary>

### [`v2.26.0`](https://togithub.com/googleapis/java-bigquery/blob/HEAD/CHANGELOG.md#&#8203;2260-httpsgithubcomgoogleapisjava-bigquerycomparev2250v2260-2023-05-15)

[Compare Source](https://togithub.com/googleapis/java-bigquery/compare/v2.25.0...v2.26.0)

##### Features

-   Add  field in HivePartitioningOptions ([#&#8203;2678](https://togithub.com/googleapis/java-bigquery/issues/2678)) ([4165e55](https://togithub.com/googleapis/java-bigquery/commit/4165e5549d7a8e8e011d7700bc791e9b470c670d))
-   Allow passing autodetect_schema on table update ([#&#8203;2661](https://togithub.com/googleapis/java-bigquery/issues/2661)) ([4c01698](https://togithub.com/googleapis/java-bigquery/commit/4c01698e571d7adbaf914984cdf65f6c35e4edb8))

##### Bug Fixes

-   Move ratio calculation for whether to use read API to avoid NPE with setUseReadAPI(false) ([#&#8203;2509](https://togithub.com/googleapis/java-bigquery/issues/2509)) ([e1326c8](https://togithub.com/googleapis/java-bigquery/commit/e1326c8b615f392f80a09d36a1b4cef79dfea662))

##### Dependencies

-   Update arrow.version to v12 (major) ([#&#8203;2675](https://togithub.com/googleapis/java-bigquery/issues/2675)) ([7700cf5](https://togithub.com/googleapis/java-bigquery/commit/7700cf588d4a6d3b3267d8fd51eaf8aed1752506))
-   Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.19.0 ([#&#8203;2691](https://togithub.com/googleapis/java-bigquery/issues/2691)) ([1939803](https://togithub.com/googleapis/java-bigquery/commit/193980319cb743e6b6c67648ddb21432e5e69ff8))
-   Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.23.0 ([#&#8203;2692](https://togithub.com/googleapis/java-bigquery/issues/2692)) ([f56e541](https://togithub.com/googleapis/java-bigquery/commit/f56e54161894c3be6e975ac102454afca4c9b058))
-   Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.9.0 ([#&#8203;2685](https://togithub.com/googleapis/java-bigquery/issues/2685)) ([b74da29](https://togithub.com/googleapis/java-bigquery/commit/b74da296e2d2739adb481cda417d51569d1acc51))
-   Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.22 ([#&#8203;2687](https://togithub.com/googleapis/java-bigquery/issues/2687)) ([cf5d758](https://togithub.com/googleapis/java-bigquery/commit/cf5d758fe6aad4b374c34940aa93f8060f779505))
-   Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.22 ([#&#8203;2688](https://togithub.com/googleapis/java-bigquery/issues/2688)) ([32ea8ab](https://togithub.com/googleapis/java-bigquery/commit/32ea8ab19bff86d8183ddd9d6e6d06303eb9d83f))
-   Update github/codeql-action action to v2.3.3 ([#&#8203;2658](https://togithub.com/googleapis/java-bigquery/issues/2658)) ([487f207](https://togithub.com/googleapis/java-bigquery/commit/487f20707c9b320a68100f85b2a1277cad9b37ea))

</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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

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-bigquerystorage).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
  • Loading branch information
renovate-bot committed May 30, 2023
1 parent 0d57daf commit 8b44534
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.25.0</version>
<version>2.26.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.25.0</version>
<version>2.26.0</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.25.0</version>
<version>2.26.0</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.25.0</version>
<version>2.26.0</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tutorials/JsonWriterDefaultStream/pom.xml
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.25.0</version>
<version>2.26.0</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down

0 comments on commit 8b44534

Please sign in to comment.