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
…24.5 (#2081)

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

---

### Release Notes

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

### [`v2.24.5`](https://togithub.com/googleapis/java-bigquery/blob/HEAD/CHANGELOG.md#&#8203;2245-httpsgithubcomgoogleapisjava-bigquerycomparev2244v2245-2023-04-14)

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

##### Dependencies

-   Update actions/checkout action to v3.5.2 ([#&#8203;2630](https://togithub.com/googleapis/java-bigquery/issues/2630)) ([95e49fd](https://togithub.com/googleapis/java-bigquery/commit/95e49fd47648ff1574e60ed3a1ab8dacb75df654))
-   Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.16.0 ([#&#8203;2625](https://togithub.com/googleapis/java-bigquery/issues/2625)) ([594a7b4](https://togithub.com/googleapis/java-bigquery/commit/594a7b4bf150a5963c149f8f5f6edd18adbf99fe))
-   Update dependency com.google.apis:google-api-services-bigquery to v2-rev20230401-2.0.0 ([#&#8203;2631](https://togithub.com/googleapis/java-bigquery/issues/2631)) ([5d8d9a6](https://togithub.com/googleapis/java-bigquery/commit/5d8d9a6dadb901b6b89b992965f0d1af332a6328))
-   Update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v2.35.0 ([8439020](https://togithub.com/googleapis/java-bigquery/commit/843902051342889e6d6f23a84385441f1f173930))
-   Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.20.0 ([#&#8203;2626](https://togithub.com/googleapis/java-bigquery/issues/2626)) ([f466b51](https://togithub.com/googleapis/java-bigquery/commit/f466b514fed248b1193900ac65be3d9a5154a858))
-   Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.7.0 ([#&#8203;2637](https://togithub.com/googleapis/java-bigquery/issues/2637)) ([e8f07d7](https://togithub.com/googleapis/java-bigquery/commit/e8f07d70f754bb6a5937af7af436714bf2301af0))
-   Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.21 ([#&#8203;2633](https://togithub.com/googleapis/java-bigquery/issues/2633)) ([3e376b1](https://togithub.com/googleapis/java-bigquery/commit/3e376b146dd5dfd38ae03dd48fa1e12bc7d12ead))
-   Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.21 ([#&#8203;2634](https://togithub.com/googleapis/java-bigquery/issues/2634)) ([000f720](https://togithub.com/googleapis/java-bigquery/commit/000f72026e1464ec698032eff6eeb31afcfa963a))
-   Update github/codeql-action action to v2.2.12 ([#&#8203;2635](https://togithub.com/googleapis/java-bigquery/issues/2635)) ([b2f97e9](https://togithub.com/googleapis/java-bigquery/commit/b2f97e90da2891ddb59fc0291b54ebcd3d945709))
-   Update ossf/scorecard-action action to v2.1.3 ([#&#8203;2618](https://togithub.com/googleapis/java-bigquery/issues/2618)) ([d166401](https://togithub.com/googleapis/java-bigquery/commit/d166401edd01d6d9306027d601d26d66b661de02))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4zMS40IiwidXBkYXRlZEluVmVyIjoiMzUuMzEuNCJ9-->
  • Loading branch information
renovate-bot committed Apr 26, 2023
1 parent 1f79a96 commit 362568d
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.24.4</version>
<version>2.24.5</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.24.4</version>
<version>2.24.5</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.24.4</version>
<version>2.24.5</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.24.4</version>
<version>2.24.5</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.24.4</version>
<version>2.24.5</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down

0 comments on commit 362568d

Please sign in to comment.