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

Commit 553a339

Browse files
authored
deps: update dependency io.grpc:grpc-bom to v1.31.1 (#124)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | patch | `1.31.0` -> `1.31.1` | --- ### Release Notes <details> <summary>grpc/grpc-java</summary> ### [`v1.31.1`](https://togithub.com/grpc/grpc-java/releases/v1.31.1) [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.31.0...v1.31.1) Bug Fixes: - netty: The environment variable `GRPC_EXPERIMENTAL_AUTOFLOWCONTROL=false` will now disable the BDP monitoring introduced in v1.30.0. This is intended to help diagnose a “too_many_pings” compatibility issue and will be removed once it is resolved. If you need to use the variable, \_please_ file an issue - examples: some gRPC artifacts are missing in JCenter causing Android examples to sometimes fail to build. Now we are adding mavenCentral as fallback for the Android examples. See [#&#8203;5782](https://togithub.com/grpc/grpc-java/issues/5782) - xds: meshCA protocol buffers added in v1.31.0 are now properly shaded in an internal package - xds: fixed some internal breakage for traffic splitting </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-shared-dependencies).
1 parent 908063f commit 553a339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5656
<site.installationModule>${project.artifactId}</site.installationModule>
5757

58-
<grpc.version>1.31.0</grpc.version>
58+
<grpc.version>1.31.1</grpc.version>
5959
<gax.version>1.58.2</gax.version>
6060
<guava.version>29.0-android</guava.version>
6161
<protobuf.version>3.13.0</protobuf.version>

0 commit comments

Comments
 (0)