Skip to content

Commit 044bf0d

Browse files
authored
fix(deps): update dependency com.google.cloud:google-cloud-core to v2.21.0 (#8407)
[![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-core](https://togithub.com/googleapis/sdk-platform-java) | `2.20.0` -> `2.21.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.21.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.21.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.21.0/compatibility-slim/2.20.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.21.0/confidence-slim/2.20.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/sdk-platform-java (com.google.cloud:google-cloud-core)</summary> ### [`v2.21.0`](https://togithub.com/googleapis/sdk-platform-java/blob/HEAD/CHANGELOG.md#2210-2023-06-06) ##### Features - Dynamic Routing Headers for HttpJson ([#&#8203;1667](https://togithub.com/googleapis/sdk-platform-java/issues/1667)) ([003b993](https://togithub.com/googleapis/sdk-platform-java/commit/003b993f7ad7cae8ae8c101e0ff147e517dcd83e)) - Implement awaitTermination() for MangedHttpJsonChannel ([#&#8203;1677](https://togithub.com/googleapis/sdk-platform-java/issues/1677)) ([dea8426](https://togithub.com/googleapis/sdk-platform-java/commit/dea8426a85b53d08d3c8d317a1af4312889b1a3d)) ##### Bug Fixes - \[gapic-generator-java] align writer behavior for nested types ([#&#8203;1709](https://togithub.com/googleapis/sdk-platform-java/issues/1709)) ([a21ffe8](https://togithub.com/googleapis/sdk-platform-java/commit/a21ffe88f880c0b3c6b5b512cd4d0741d9620dd3)) - \[gapic-generator-java] update year to 2023 in generated license headers ([#&#8203;1720](https://togithub.com/googleapis/sdk-platform-java/issues/1720)) ([ef4a7ff](https://togithub.com/googleapis/sdk-platform-java/commit/ef4a7ff91b259f0b650cc06bd664eadca7bd17c9)) - Update the return type of setWaitTimeout for convience ([#&#8203;1751](https://togithub.com/googleapis/sdk-platform-java/issues/1751)) ([f1927a5](https://togithub.com/googleapis/sdk-platform-java/commit/f1927a53306ee28186074e6cb03a933a0cdffc1f)) ##### Dependencies - Update dependency com.google.auth:google-auth-library-credentials and google-auth-library-oauth2-http to v1.17.0 ([#&#8203;1756](https://togithub.com/googleapis/sdk-platform-java/issues/1756)) ([f583258](https://togithub.com/googleapis/sdk-platform-java/commit/f58325893b6ab306adbe4047b6dfc438de133ac7)) - Update protobuf dependencies to v3.23.2 ([#&#8203;1755](https://togithub.com/googleapis/sdk-platform-java/issues/1755)) ([55ecbc3](https://togithub.com/googleapis/sdk-platform-java/commit/55ecbc35cbd735b8f4aab48e02e080d79828d70c)) </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**: Never, or you tick the rebase/retry checkbox. 🔕 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 7a30860 commit 044bf0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

accessapproval/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.cloud</groupId>
5757
<artifactId>google-cloud-core</artifactId>
58-
<version>2.20.0</version>
58+
<version>2.21.0</version>
5959
<classifier>tests</classifier>
6060
</dependency>
6161
</dependencies>

0 commit comments

Comments
 (0)