Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit b3284b6

Browse files
authored
deps: update dependency com.google.cloud:grpc-gcp to v1.2.1 (#751)
[![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:grpc-gcp](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java) | `1.1.0` -> `1.2.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:grpc-gcp/1.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:grpc-gcp/1.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:grpc-gcp/1.2.1/compatibility-slim/1.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:grpc-gcp/1.2.1/confidence-slim/1.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>GoogleCloudPlatform/grpc-gcp-java</summary> ### [`v1.2.1`](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/releases/tag/v1.2.1) [Compare Source](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/compare/v1.2.0...v1.2.1) ##### Dependencies - protobuf 3.12.0 -> 3.20.1 ### [`v1.2.0`](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/releases/tag/v1.2.0) [Compare Source](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/compare/v1.1.0...v1.2.0) ##### Features - multi-endpoint ([#&#8203;135](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/issues/135)). - round-robin for bind calls ([#&#8203;127](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/issues/127)). - minSize of the channel pool ([#&#8203;134](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/issues/134)). - detailed logs ([#&#8203;133](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/issues/133)). - log metrics ([#&#8203;131](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/issues/131)). - map a key to current channel when bound call arrives but no mapping for the key exists ([#&#8203;132](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/issues/132)). - consolidate channel pool config in the GcpChannelPoolOptions ([#&#8203;109](https://togithub.com/GoogleCloudPlatform/grpc-gcp-java/issues/109)). </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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- 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-shared-dependencies). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
1 parent 299d7b0 commit b3284b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

first-party-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<site.installationModule>${project.artifactId}</site.installationModule>
5858
<grpc.version>1.47.0</grpc.version>
5959
<gax.version>2.18.4</gax.version>
60-
<grpc-gcp.version>1.1.0</grpc-gcp.version>
60+
<grpc-gcp.version>1.2.1</grpc-gcp.version>
6161
<guava.version>31.1-jre</guava.version>
6262
<protobuf.version>3.21.2</protobuf.version>
6363
<google.api-common.version>2.2.1</google.api-common.version>

0 commit comments

Comments
 (0)