Skip to content

Commit 8b44534

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-bigquery to v2.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-->
1 parent 0d57daf commit 8b44534

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>com.google.cloud</groupId>
134134
<artifactId>google-cloud-bigquery</artifactId>
135-
<version>2.25.0</version>
135+
<version>2.26.0</version>
136136
<scope>test</scope>
137137
<exclusions>
138138
<exclusion>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-bigquery</artifactId>
40-
<version>2.25.0</version>
40+
<version>2.26.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.avro</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.google.cloud</groupId>
3838
<artifactId>google-cloud-bigquery</artifactId>
39-
<version>2.25.0</version>
39+
<version>2.26.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.avro</groupId>

samples/snippets/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>2.25.0</version>
51+
<version>2.26.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.avro</groupId>

tutorials/JsonWriterDefaultStream/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-bigquery</artifactId>
27-
<version>2.25.0</version>
27+
<version>2.26.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.apache.avro</groupId>

0 commit comments

Comments
 (0)