You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/01/14 17:44:32 UTC

[PR] Bump grpc.version from 1.59.0 to 1.61.0 in /lang/java [avro]

dependabot[bot] opened a new pull request, #2686:
URL: https://github.com/apache/avro/pull/2686

   Bumps `grpc.version` from 1.59.0 to 1.61.0.
   Updates `io.grpc:grpc-core` from 1.59.0 to 1.61.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-core's releases</a>.</em></p>
   <blockquote>
   <h2>v1.61.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>Remove unused experimental API ManagedChannelBuilder.enableFullStreamDecompression (<a href="https://redirect.github.com/grpc/grpc-java/issues/10744">#10744</a>)</li>
   <li>api: Deprecate LoadBalancer.EMPTY_PICKER added in 1.58.0 in favor of FixedResultPicker (860b5cb1f)</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>binder: Experimental support for asynchronous security policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/10566">#10566</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>core: reduce CompositeReadableBuffer allocation (<a href="https://redirect.github.com/grpc/grpc-java/issues/3279">#3279</a>)</li>
   <li>core: Improve error message clarity when a channel leak is detected (201893f5e)</li>
   <li>util: use shared index across <code>round_robin</code> pickers (dca89b25b). This makes its implementation more similar to <code>weighted_round_robin</code>.</li>
   <li>xds: Implement ADS stream flow control mechanism (<a href="https://redirect.github.com/grpc/grpc-java/issues/10674">#10674</a>). This limits the maximum memory consumed if the control plane sends updates more rapidly than they can be processed.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Check outbound maximum message size for the compressed size in addition to the already-checked uncompressed size (<a href="https://redirect.github.com/grpc/grpc-java/issues/10739">#10739</a>). Fixed the status code to be RESOURCE_EXHAUSTED instead of UNKNOWN.</li>
   <li>util: Fix NPE when multiple addresses are in an address group for petiole load balancer policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/10769">#10769</a>)</li>
   <li>util: Disable publishing of fixtures (8ac43dd81). The Gradle test fixtures are for use by grpc-java's internal tests.</li>
   <li>okhttp: Ignore known conscrypt socket close issue (<a href="https://redirect.github.com/grpc/grpc-java/issues/10812">#10812</a>). This stops an exception from being thrown when a known Conscrypt synchronization issue happens.</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Drop support for Bazel 5 (55a9c012c). Bazel 7 is available, and Protobuf has already dropped support for Bazel 5.</li>
   <li>Change many compile deps to runtime deps (d6830d7f9). This reduces the transitive classes &quot;leaked&quot; into the compile classpath. In particular, grpc-core (<code>io.grpc.internal</code>) will be less frequently included transitively at compile time.</li>
   <li>Upgrade dependencies (c985797d9)
   <ul>
   <li>Protobuf to 3.25.1</li>
   <li>auto-value-annotations to 1.10.4</li>
   <li>error_prone_annotations to 2.23.0</li>
   <li>proto-google-common-protos to 2.29.0</li>
   <li>google-cloud-logging to 3.15.14</li>
   <li>guava to 32.1.3-android</li>
   <li>okio to 3.4.0</li>
   </ul>
   </li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a href="https://github.com/Gordiychuk"><code>@​Gordiychuk</code></a></li>
   <li><a href="https://github.com/jroper"><code>@​jroper</code></a></li>
   <li><a href="https://github.com/jyane"><code>@​jyane</code></a></li>
   <li><a href="https://github.com/ulfjack"><code>@​ulfjack</code></a></li>
   </ul>
   <h2>v1.60.1</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>util: Fix NPE when multiple addresses in an address group for petiole load balancer policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/10770">#10770</a>)</li>
   </ul>
   <h2>v1.60.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>api: Stabilize <code>ForwardingServerBuilder</code>, <code>ForwardingChannelBuilder2</code>, and <code>ForwardingChannelBuilder</code>. Note that <code>ForwardingChannelBuilder</code> is stabilized (no changes will be made to it), but immediately deprecated in favor of <code>ForwardingChannelBuilder2</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10586">#10586</a>)</li>
   <li>api: Deprecate <code>ForwardingChannelBuilder.delegate()</code>. De facto this deprecates the class itself, since all classes extending <code>ForwardingChannelBuilder</code> implement the <code>delegate()</code> method. See javadoc for details (<a href="https://redirect.github.com/grpc/grpc-java/issues/10587">#10587</a>)</li>
   <li>api: Changed recently-introduced <code>LoadBalancer.acceptResolvedAddresses()</code> to return <code>Status</code> instead of <code>boolean</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10636">#10636</a>). This is part of continued work to align the LB API cross-language and API stabilization</li>
   <li>stub: Deprecate StreamObservers (<a href="https://redirect.github.com/grpc/grpc-java/issues/10654">#10654</a>)</li>
   <li>alts: AltsChannelBuilder now extends <code>ForwardingChannelBuilder2</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10587">#10587</a>)</li>
   <li>protobuf: Stabilize <code>ProtoUtils.metadataMarshaller()</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10628">#10628</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/f06abeb6fda2985c19e9792edb6f2b071b6fd8b5"><code>f06abeb</code></a> Bump version to 1.61.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/77005107aaa1847cdbac0919d5e73752649c3485"><code>7700510</code></a> Update README protoc references to 3.25.1</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/c639b8161bd16d01ddec2a42ee3bf68c3a49e296"><code>c639b81</code></a> Update README etc to reference 1.61.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/560608100f3f69b2ff5716c969d20c6802f79451"><code>5606081</code></a> fix flaky xds test due to verification race (<a href="https://redirect.github.com/grpc/grpc-java/issues/10798">#10798</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10808">#10808</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2531563a3eb59e154e3098d8a45f39f003bcd439"><code>2531563</code></a> okhttp: Ignore known conscrypt socket close issue (<a href="https://redirect.github.com/grpc/grpc-java/issues/10811">#10811</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10812">#10812</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/5b082ca6404bd7fddf2f88d030a756694d1879f8"><code>5b082ca</code></a> Do not cache failed futures for async security policies indefinitely. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10743">#10743</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/062f7a20722ba7519ad872b4c82bfc8259d8b7bc"><code>062f7a2</code></a> README.md: Correct gradle protobuf reference from 3.22.3 to 3.24.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10772">#10772</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/597101c0891c82c45fc86d1c5cab9d5268438cff"><code>597101c</code></a> xds: fix flow control message not delivered when previous message type is unk...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/0f21574bb1bc7222a0c5018236bfcd9289191f6d"><code>0f21574</code></a> core: reduce CompositeReadableBuffer allocation (<a href="https://redirect.github.com/grpc/grpc-java/issues/3279">#3279</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/846e00839946e5ef6f31d1c975cbe9542d283c99"><code>846e008</code></a> xds: Revert xds flow control change. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10784">#10784</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.59.0...v1.61.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-stub` from 1.59.0 to 1.61.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-stub's releases</a>.</em></p>
   <blockquote>
   <h2>v1.61.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>Remove unused experimental API ManagedChannelBuilder.enableFullStreamDecompression (<a href="https://redirect.github.com/grpc/grpc-java/issues/10744">#10744</a>)</li>
   <li>api: Deprecate LoadBalancer.EMPTY_PICKER added in 1.58.0 in favor of FixedResultPicker (860b5cb1f)</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>binder: Experimental support for asynchronous security policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/10566">#10566</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>core: reduce CompositeReadableBuffer allocation (<a href="https://redirect.github.com/grpc/grpc-java/issues/3279">#3279</a>)</li>
   <li>core: Improve error message clarity when a channel leak is detected (201893f5e)</li>
   <li>util: use shared index across <code>round_robin</code> pickers (dca89b25b). This makes its implementation more similar to <code>weighted_round_robin</code>.</li>
   <li>xds: Implement ADS stream flow control mechanism (<a href="https://redirect.github.com/grpc/grpc-java/issues/10674">#10674</a>). This limits the maximum memory consumed if the control plane sends updates more rapidly than they can be processed.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Check outbound maximum message size for the compressed size in addition to the already-checked uncompressed size (<a href="https://redirect.github.com/grpc/grpc-java/issues/10739">#10739</a>). Fixed the status code to be RESOURCE_EXHAUSTED instead of UNKNOWN.</li>
   <li>util: Fix NPE when multiple addresses are in an address group for petiole load balancer policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/10769">#10769</a>)</li>
   <li>util: Disable publishing of fixtures (8ac43dd81). The Gradle test fixtures are for use by grpc-java's internal tests.</li>
   <li>okhttp: Ignore known conscrypt socket close issue (<a href="https://redirect.github.com/grpc/grpc-java/issues/10812">#10812</a>). This stops an exception from being thrown when a known Conscrypt synchronization issue happens.</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Drop support for Bazel 5 (55a9c012c). Bazel 7 is available, and Protobuf has already dropped support for Bazel 5.</li>
   <li>Change many compile deps to runtime deps (d6830d7f9). This reduces the transitive classes &quot;leaked&quot; into the compile classpath. In particular, grpc-core (<code>io.grpc.internal</code>) will be less frequently included transitively at compile time.</li>
   <li>Upgrade dependencies (c985797d9)
   <ul>
   <li>Protobuf to 3.25.1</li>
   <li>auto-value-annotations to 1.10.4</li>
   <li>error_prone_annotations to 2.23.0</li>
   <li>proto-google-common-protos to 2.29.0</li>
   <li>google-cloud-logging to 3.15.14</li>
   <li>guava to 32.1.3-android</li>
   <li>okio to 3.4.0</li>
   </ul>
   </li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a href="https://github.com/Gordiychuk"><code>@​Gordiychuk</code></a></li>
   <li><a href="https://github.com/jroper"><code>@​jroper</code></a></li>
   <li><a href="https://github.com/jyane"><code>@​jyane</code></a></li>
   <li><a href="https://github.com/ulfjack"><code>@​ulfjack</code></a></li>
   </ul>
   <h2>v1.60.1</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>util: Fix NPE when multiple addresses in an address group for petiole load balancer policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/10770">#10770</a>)</li>
   </ul>
   <h2>v1.60.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>api: Stabilize <code>ForwardingServerBuilder</code>, <code>ForwardingChannelBuilder2</code>, and <code>ForwardingChannelBuilder</code>. Note that <code>ForwardingChannelBuilder</code> is stabilized (no changes will be made to it), but immediately deprecated in favor of <code>ForwardingChannelBuilder2</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10586">#10586</a>)</li>
   <li>api: Deprecate <code>ForwardingChannelBuilder.delegate()</code>. De facto this deprecates the class itself, since all classes extending <code>ForwardingChannelBuilder</code> implement the <code>delegate()</code> method. See javadoc for details (<a href="https://redirect.github.com/grpc/grpc-java/issues/10587">#10587</a>)</li>
   <li>api: Changed recently-introduced <code>LoadBalancer.acceptResolvedAddresses()</code> to return <code>Status</code> instead of <code>boolean</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10636">#10636</a>). This is part of continued work to align the LB API cross-language and API stabilization</li>
   <li>stub: Deprecate StreamObservers (<a href="https://redirect.github.com/grpc/grpc-java/issues/10654">#10654</a>)</li>
   <li>alts: AltsChannelBuilder now extends <code>ForwardingChannelBuilder2</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10587">#10587</a>)</li>
   <li>protobuf: Stabilize <code>ProtoUtils.metadataMarshaller()</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10628">#10628</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/f06abeb6fda2985c19e9792edb6f2b071b6fd8b5"><code>f06abeb</code></a> Bump version to 1.61.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/77005107aaa1847cdbac0919d5e73752649c3485"><code>7700510</code></a> Update README protoc references to 3.25.1</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/c639b8161bd16d01ddec2a42ee3bf68c3a49e296"><code>c639b81</code></a> Update README etc to reference 1.61.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/560608100f3f69b2ff5716c969d20c6802f79451"><code>5606081</code></a> fix flaky xds test due to verification race (<a href="https://redirect.github.com/grpc/grpc-java/issues/10798">#10798</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10808">#10808</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2531563a3eb59e154e3098d8a45f39f003bcd439"><code>2531563</code></a> okhttp: Ignore known conscrypt socket close issue (<a href="https://redirect.github.com/grpc/grpc-java/issues/10811">#10811</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10812">#10812</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/5b082ca6404bd7fddf2f88d030a756694d1879f8"><code>5b082ca</code></a> Do not cache failed futures for async security policies indefinitely. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10743">#10743</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/062f7a20722ba7519ad872b4c82bfc8259d8b7bc"><code>062f7a2</code></a> README.md: Correct gradle protobuf reference from 3.22.3 to 3.24.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10772">#10772</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/597101c0891c82c45fc86d1c5cab9d5268438cff"><code>597101c</code></a> xds: fix flow control message not delivered when previous message type is unk...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/0f21574bb1bc7222a0c5018236bfcd9289191f6d"><code>0f21574</code></a> core: reduce CompositeReadableBuffer allocation (<a href="https://redirect.github.com/grpc/grpc-java/issues/3279">#3279</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/846e00839946e5ef6f31d1c975cbe9542d283c99"><code>846e008</code></a> xds: Revert xds flow control change. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10784">#10784</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.59.0...v1.61.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-netty` from 1.59.0 to 1.61.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-netty's releases</a>.</em></p>
   <blockquote>
   <h2>v1.61.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>Remove unused experimental API ManagedChannelBuilder.enableFullStreamDecompression (<a href="https://redirect.github.com/grpc/grpc-java/issues/10744">#10744</a>)</li>
   <li>api: Deprecate LoadBalancer.EMPTY_PICKER added in 1.58.0 in favor of FixedResultPicker (860b5cb1f)</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>binder: Experimental support for asynchronous security policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/10566">#10566</a>)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>core: reduce CompositeReadableBuffer allocation (<a href="https://redirect.github.com/grpc/grpc-java/issues/3279">#3279</a>)</li>
   <li>core: Improve error message clarity when a channel leak is detected (201893f5e)</li>
   <li>util: use shared index across <code>round_robin</code> pickers (dca89b25b). This makes its implementation more similar to <code>weighted_round_robin</code>.</li>
   <li>xds: Implement ADS stream flow control mechanism (<a href="https://redirect.github.com/grpc/grpc-java/issues/10674">#10674</a>). This limits the maximum memory consumed if the control plane sends updates more rapidly than they can be processed.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>core: Check outbound maximum message size for the compressed size in addition to the already-checked uncompressed size (<a href="https://redirect.github.com/grpc/grpc-java/issues/10739">#10739</a>). Fixed the status code to be RESOURCE_EXHAUSTED instead of UNKNOWN.</li>
   <li>util: Fix NPE when multiple addresses are in an address group for petiole load balancer policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/10769">#10769</a>)</li>
   <li>util: Disable publishing of fixtures (8ac43dd81). The Gradle test fixtures are for use by grpc-java's internal tests.</li>
   <li>okhttp: Ignore known conscrypt socket close issue (<a href="https://redirect.github.com/grpc/grpc-java/issues/10812">#10812</a>). This stops an exception from being thrown when a known Conscrypt synchronization issue happens.</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Drop support for Bazel 5 (55a9c012c). Bazel 7 is available, and Protobuf has already dropped support for Bazel 5.</li>
   <li>Change many compile deps to runtime deps (d6830d7f9). This reduces the transitive classes &quot;leaked&quot; into the compile classpath. In particular, grpc-core (<code>io.grpc.internal</code>) will be less frequently included transitively at compile time.</li>
   <li>Upgrade dependencies (c985797d9)
   <ul>
   <li>Protobuf to 3.25.1</li>
   <li>auto-value-annotations to 1.10.4</li>
   <li>error_prone_annotations to 2.23.0</li>
   <li>proto-google-common-protos to 2.29.0</li>
   <li>google-cloud-logging to 3.15.14</li>
   <li>guava to 32.1.3-android</li>
   <li>okio to 3.4.0</li>
   </ul>
   </li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a href="https://github.com/Gordiychuk"><code>@​Gordiychuk</code></a></li>
   <li><a href="https://github.com/jroper"><code>@​jroper</code></a></li>
   <li><a href="https://github.com/jyane"><code>@​jyane</code></a></li>
   <li><a href="https://github.com/ulfjack"><code>@​ulfjack</code></a></li>
   </ul>
   <h2>v1.60.1</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>util: Fix NPE when multiple addresses in an address group for petiole load balancer policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/10770">#10770</a>)</li>
   </ul>
   <h2>v1.60.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>api: Stabilize <code>ForwardingServerBuilder</code>, <code>ForwardingChannelBuilder2</code>, and <code>ForwardingChannelBuilder</code>. Note that <code>ForwardingChannelBuilder</code> is stabilized (no changes will be made to it), but immediately deprecated in favor of <code>ForwardingChannelBuilder2</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10586">#10586</a>)</li>
   <li>api: Deprecate <code>ForwardingChannelBuilder.delegate()</code>. De facto this deprecates the class itself, since all classes extending <code>ForwardingChannelBuilder</code> implement the <code>delegate()</code> method. See javadoc for details (<a href="https://redirect.github.com/grpc/grpc-java/issues/10587">#10587</a>)</li>
   <li>api: Changed recently-introduced <code>LoadBalancer.acceptResolvedAddresses()</code> to return <code>Status</code> instead of <code>boolean</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10636">#10636</a>). This is part of continued work to align the LB API cross-language and API stabilization</li>
   <li>stub: Deprecate StreamObservers (<a href="https://redirect.github.com/grpc/grpc-java/issues/10654">#10654</a>)</li>
   <li>alts: AltsChannelBuilder now extends <code>ForwardingChannelBuilder2</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10587">#10587</a>)</li>
   <li>protobuf: Stabilize <code>ProtoUtils.metadataMarshaller()</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10628">#10628</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/f06abeb6fda2985c19e9792edb6f2b071b6fd8b5"><code>f06abeb</code></a> Bump version to 1.61.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/77005107aaa1847cdbac0919d5e73752649c3485"><code>7700510</code></a> Update README protoc references to 3.25.1</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/c639b8161bd16d01ddec2a42ee3bf68c3a49e296"><code>c639b81</code></a> Update README etc to reference 1.61.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/560608100f3f69b2ff5716c969d20c6802f79451"><code>5606081</code></a> fix flaky xds test due to verification race (<a href="https://redirect.github.com/grpc/grpc-java/issues/10798">#10798</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10808">#10808</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/2531563a3eb59e154e3098d8a45f39f003bcd439"><code>2531563</code></a> okhttp: Ignore known conscrypt socket close issue (<a href="https://redirect.github.com/grpc/grpc-java/issues/10811">#10811</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10812">#10812</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/5b082ca6404bd7fddf2f88d030a756694d1879f8"><code>5b082ca</code></a> Do not cache failed futures for async security policies indefinitely. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10743">#10743</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/062f7a20722ba7519ad872b4c82bfc8259d8b7bc"><code>062f7a2</code></a> README.md: Correct gradle protobuf reference from 3.22.3 to 3.24.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10772">#10772</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/597101c0891c82c45fc86d1c5cab9d5268438cff"><code>597101c</code></a> xds: fix flow control message not delivered when previous message type is unk...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/0f21574bb1bc7222a0c5018236bfcd9289191f6d"><code>0f21574</code></a> core: reduce CompositeReadableBuffer allocation (<a href="https://redirect.github.com/grpc/grpc-java/issues/3279">#3279</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/846e00839946e5ef6f31d1c975cbe9542d283c99"><code>846e008</code></a> xds: Revert xds flow control change. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10784">#10784</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.59.0...v1.61.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump grpc.version from 1.59.0 to 1.61.0 in /lang/java [avro]

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g merged PR #2686:
URL: https://github.com/apache/avro/pull/2686


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org