You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2021/01/20 08:25:38 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request #1061: Bump grpc.version from 1.33.1 to 1.35.0 in /lang/java

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


   Bumps `grpc.version` from 1.33.1 to 1.35.0.
   Updates `grpc-core` from 1.33.1 to 1.35.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-core's releases</a>.</em></p>
   <blockquote>
   <h2>v1.35.0</h2>
   <h2>gRPC Java 1.35.0 Release Notes</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>core: Fix CompositeChannelCredentials to no longer use CallCredentials for OOB channels. OOB channels are available for load balancing policies to use to communicate with an LB server. It is mainly used by gRPC-LB. This resolves the incompatibility of the 1.34.0 release with googleapis.com.</li>
   <li>alts: Limit number of concurrent handshakes to 32. ALTS uses blocking RPCs for handshakes. If the handshake server has a limit to number of concurrent handshakes this can produce a deadlock. Limiting to 32 should workaround the problem for the majority of the cases. A later fix will allow handshake RPCs to be asynchronous</li>
   <li>xds: Fix missed class relocations for generated code. grpc-xds previously exposed generated code for multiple 3rd-party protobuf generated code classes outside of the <code>io.grpc</code> package. They are now shaded to avoid colliding with other users of the classes</li>
   <li>xds: Fix a user visible stack trace showing java.util.NoSuchElementException when the environment variable GRPC_XDS_EXPERIMENTAL_SECURITY_SUPPORT was set and the application contains an xDS configured gRPC server. The exception was benign and was seen when the connection was dropped before an SslContextProvider was available.</li>
   <li>xds: decouple xds channel creation and bootstrapping. This fixes the bug caused by the lifecycle mismatch between XdsClient and its channel to the xDS server. Cheating a new XdsClient (previous one shutdown due to no Channel using it) would create and use a new xDS channel.</li>
   </ul>
   <h1>Dependencies</h1>
   <ul>
   <li>Guava updated to 30.0-android</li>
   <li>Animal Sniffer annotations updated to 1.19</li>
   <li>Error Prone annotations updated to 2.4.0</li>
   <li>Perfmark updated to 0.23.0</li>
   <li>compiler: Linux artifacts now built using CentOS 7. Previously CentOS 6 was used, but that distribution is discontinued and no longer available in our build infrastructure</li>
   <li>netty: Upgrade to Netty 4.1.52 and tcnative 2.0.34. Note that this Netty release enables TLSv1.3 support. mTLS failures with TLSv1.3 will have different error messages than in TLSv1.2</li>
   <li>auth,alts: google-auth-library-java updated to 0.22.2</li>
   <li>census: OpenCensus updated to 0.28.0</li>
   <li>protobuf: googleapi’s common protos updated to 2.0.1</li>
   <li>okhttp: Okio updated to 1.17.5</li>
   <li>xds: re2j updated to 1.5</li>
   <li>xds: bouncycastle updated to 1.67</li>
   <li>gradle: bumped protobuf-gradle-plugin version to 0.8.14</li>
   <li>android, cronet: upgraded the latest support Android version to 29</li>
   </ul>
   <h1>Acknowledgments</h1>
   <p><a href="https://github.com/amnox"><code>@amnox</code></a>
   <a href="https://github.com/horizonzy"><code>@horizonzy</code></a>
   <a href="https://github.com/wanyingd1996"><code>@wanyingd1996</code></a></p>
   <h2>v1.34.1</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>core: Fix CompositeChannelCredentials to no longer use CallCredentials for OOB channels. OOB channels are available for load balancing policies to use to communicate with an LB server. It is mainly used by gRPC-LB. This resolves the incompatibility of the 1.34.0 release with googleapis.com.</li>
   <li>alts: Limit number of concurrent handshakes to 32. ALTS uses blocking RPCs for handshakes. If the handshake server has a limit to number of concurrent handshakes this can produce a deadlock. Limiting to 32 should workaround the problem for the majority of the cases. A later fix will allow handshake RPCs to be asynchronous</li>
   <li>xds: Relocate (shade) all generated code; a few classes had previously been missed</li>
   <li>xds: Fixed an issue when <code>GRPC_XDS_EXPERIMENTAL_NEW_SERVER_API=true</code> where gRPC would request non-existent resources</li>
   </ul>
   <h2>v1.34.0</h2>
   <h2>gRPC Java 1.34.0 Release Notes</h2>
   <p><strong>This release has a severe bug when using CompositeChannelCredentials that predominantly impacts googleapis.com (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7643">#7643</a>). You may be impacted in the future even if not impacted today. If you contact googleapis.com, <em>please</em> use 1.34.1 instead.</strong></p>
   <h2>API Changes</h2>
   <ul>
   <li>api: added <code>io.grpc.ForwardingServerBuilder</code> (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7633">#7633</a>)</li>
   </ul>
   <h2>New Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/6db928a791827f7754a9cd24d96eaf7d33975224"><code>6db928a</code></a> Bump version to 1.35.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/ced1ec0d2ed1e6445d73966c357bc7e159c1dc38"><code>ced1ec0</code></a> Update README etc to reference 1.35.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/ff2c2c7584662251f42853571aea529c9b8949df"><code>ff2c2c7</code></a> xds: fix LB policy address and balancing state update propagations (v1.35.x b...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/735939b3960bc896ebeb60a1c5d2a73162ad3f01"><code>735939b</code></a> xds: fix regression for deleting EDS resources referenced by unchanged CDS re...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b50f51ca879f9b36b9c7da7670ceafa6075dce3f"><code>b50f51c</code></a> api: fix LoadBalancer javadoc</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/73fe68eeca461a30bbacf16fc29333bf10e55cc2"><code>73fe68e</code></a> xds: support getting logical DNS and aggregate cluster configurations from CD...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/64d2bf125659d656428d91673904f7dfd25dfe8c"><code>64d2bf1</code></a> android, cronet, android-interop-testing: bump Android versions (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7740">#7740</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/8359d0b710a7fff96794115931a5105a1f013415"><code>8359d0b</code></a> netty: Upgrade to Netty 4.1.52 and tcnative 2.0.34</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/cddc1a500c8f5d51b1f691d4017ebbfa634c0e8b"><code>cddc1a5</code></a> xds: decouple xds channel creation and bootstrapping (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7764">#7764</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/67ad78608c7a978ae86affc871a4bdaa48915a33"><code>67ad786</code></a> xds: fix typo in a log message (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7762">#7762</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.33.1...v1.35.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-stub` from 1.33.1 to 1.35.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-stub's releases</a>.</em></p>
   <blockquote>
   <h2>v1.35.0</h2>
   <h2>gRPC Java 1.35.0 Release Notes</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>core: Fix CompositeChannelCredentials to no longer use CallCredentials for OOB channels. OOB channels are available for load balancing policies to use to communicate with an LB server. It is mainly used by gRPC-LB. This resolves the incompatibility of the 1.34.0 release with googleapis.com.</li>
   <li>alts: Limit number of concurrent handshakes to 32. ALTS uses blocking RPCs for handshakes. If the handshake server has a limit to number of concurrent handshakes this can produce a deadlock. Limiting to 32 should workaround the problem for the majority of the cases. A later fix will allow handshake RPCs to be asynchronous</li>
   <li>xds: Fix missed class relocations for generated code. grpc-xds previously exposed generated code for multiple 3rd-party protobuf generated code classes outside of the <code>io.grpc</code> package. They are now shaded to avoid colliding with other users of the classes</li>
   <li>xds: Fix a user visible stack trace showing java.util.NoSuchElementException when the environment variable GRPC_XDS_EXPERIMENTAL_SECURITY_SUPPORT was set and the application contains an xDS configured gRPC server. The exception was benign and was seen when the connection was dropped before an SslContextProvider was available.</li>
   <li>xds: decouple xds channel creation and bootstrapping. This fixes the bug caused by the lifecycle mismatch between XdsClient and its channel to the xDS server. Cheating a new XdsClient (previous one shutdown due to no Channel using it) would create and use a new xDS channel.</li>
   </ul>
   <h1>Dependencies</h1>
   <ul>
   <li>Guava updated to 30.0-android</li>
   <li>Animal Sniffer annotations updated to 1.19</li>
   <li>Error Prone annotations updated to 2.4.0</li>
   <li>Perfmark updated to 0.23.0</li>
   <li>compiler: Linux artifacts now built using CentOS 7. Previously CentOS 6 was used, but that distribution is discontinued and no longer available in our build infrastructure</li>
   <li>netty: Upgrade to Netty 4.1.52 and tcnative 2.0.34. Note that this Netty release enables TLSv1.3 support. mTLS failures with TLSv1.3 will have different error messages than in TLSv1.2</li>
   <li>auth,alts: google-auth-library-java updated to 0.22.2</li>
   <li>census: OpenCensus updated to 0.28.0</li>
   <li>protobuf: googleapi’s common protos updated to 2.0.1</li>
   <li>okhttp: Okio updated to 1.17.5</li>
   <li>xds: re2j updated to 1.5</li>
   <li>xds: bouncycastle updated to 1.67</li>
   <li>gradle: bumped protobuf-gradle-plugin version to 0.8.14</li>
   <li>android, cronet: upgraded the latest support Android version to 29</li>
   </ul>
   <h1>Acknowledgments</h1>
   <p><a href="https://github.com/amnox"><code>@amnox</code></a>
   <a href="https://github.com/horizonzy"><code>@horizonzy</code></a>
   <a href="https://github.com/wanyingd1996"><code>@wanyingd1996</code></a></p>
   <h2>v1.34.1</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>core: Fix CompositeChannelCredentials to no longer use CallCredentials for OOB channels. OOB channels are available for load balancing policies to use to communicate with an LB server. It is mainly used by gRPC-LB. This resolves the incompatibility of the 1.34.0 release with googleapis.com.</li>
   <li>alts: Limit number of concurrent handshakes to 32. ALTS uses blocking RPCs for handshakes. If the handshake server has a limit to number of concurrent handshakes this can produce a deadlock. Limiting to 32 should workaround the problem for the majority of the cases. A later fix will allow handshake RPCs to be asynchronous</li>
   <li>xds: Relocate (shade) all generated code; a few classes had previously been missed</li>
   <li>xds: Fixed an issue when <code>GRPC_XDS_EXPERIMENTAL_NEW_SERVER_API=true</code> where gRPC would request non-existent resources</li>
   </ul>
   <h2>v1.34.0</h2>
   <h2>gRPC Java 1.34.0 Release Notes</h2>
   <p><strong>This release has a severe bug when using CompositeChannelCredentials that predominantly impacts googleapis.com (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7643">#7643</a>). You may be impacted in the future even if not impacted today. If you contact googleapis.com, <em>please</em> use 1.34.1 instead.</strong></p>
   <h2>API Changes</h2>
   <ul>
   <li>api: added <code>io.grpc.ForwardingServerBuilder</code> (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7633">#7633</a>)</li>
   </ul>
   <h2>New Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/6db928a791827f7754a9cd24d96eaf7d33975224"><code>6db928a</code></a> Bump version to 1.35.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/ced1ec0d2ed1e6445d73966c357bc7e159c1dc38"><code>ced1ec0</code></a> Update README etc to reference 1.35.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/ff2c2c7584662251f42853571aea529c9b8949df"><code>ff2c2c7</code></a> xds: fix LB policy address and balancing state update propagations (v1.35.x b...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/735939b3960bc896ebeb60a1c5d2a73162ad3f01"><code>735939b</code></a> xds: fix regression for deleting EDS resources referenced by unchanged CDS re...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b50f51ca879f9b36b9c7da7670ceafa6075dce3f"><code>b50f51c</code></a> api: fix LoadBalancer javadoc</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/73fe68eeca461a30bbacf16fc29333bf10e55cc2"><code>73fe68e</code></a> xds: support getting logical DNS and aggregate cluster configurations from CD...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/64d2bf125659d656428d91673904f7dfd25dfe8c"><code>64d2bf1</code></a> android, cronet, android-interop-testing: bump Android versions (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7740">#7740</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/8359d0b710a7fff96794115931a5105a1f013415"><code>8359d0b</code></a> netty: Upgrade to Netty 4.1.52 and tcnative 2.0.34</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/cddc1a500c8f5d51b1f691d4017ebbfa634c0e8b"><code>cddc1a5</code></a> xds: decouple xds channel creation and bootstrapping (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7764">#7764</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/67ad78608c7a978ae86affc871a4bdaa48915a33"><code>67ad786</code></a> xds: fix typo in a log message (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7762">#7762</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.33.1...v1.35.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty` from 1.33.1 to 1.35.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-netty's releases</a>.</em></p>
   <blockquote>
   <h2>v1.35.0</h2>
   <h2>gRPC Java 1.35.0 Release Notes</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>core: Fix CompositeChannelCredentials to no longer use CallCredentials for OOB channels. OOB channels are available for load balancing policies to use to communicate with an LB server. It is mainly used by gRPC-LB. This resolves the incompatibility of the 1.34.0 release with googleapis.com.</li>
   <li>alts: Limit number of concurrent handshakes to 32. ALTS uses blocking RPCs for handshakes. If the handshake server has a limit to number of concurrent handshakes this can produce a deadlock. Limiting to 32 should workaround the problem for the majority of the cases. A later fix will allow handshake RPCs to be asynchronous</li>
   <li>xds: Fix missed class relocations for generated code. grpc-xds previously exposed generated code for multiple 3rd-party protobuf generated code classes outside of the <code>io.grpc</code> package. They are now shaded to avoid colliding with other users of the classes</li>
   <li>xds: Fix a user visible stack trace showing java.util.NoSuchElementException when the environment variable GRPC_XDS_EXPERIMENTAL_SECURITY_SUPPORT was set and the application contains an xDS configured gRPC server. The exception was benign and was seen when the connection was dropped before an SslContextProvider was available.</li>
   <li>xds: decouple xds channel creation and bootstrapping. This fixes the bug caused by the lifecycle mismatch between XdsClient and its channel to the xDS server. Cheating a new XdsClient (previous one shutdown due to no Channel using it) would create and use a new xDS channel.</li>
   </ul>
   <h1>Dependencies</h1>
   <ul>
   <li>Guava updated to 30.0-android</li>
   <li>Animal Sniffer annotations updated to 1.19</li>
   <li>Error Prone annotations updated to 2.4.0</li>
   <li>Perfmark updated to 0.23.0</li>
   <li>compiler: Linux artifacts now built using CentOS 7. Previously CentOS 6 was used, but that distribution is discontinued and no longer available in our build infrastructure</li>
   <li>netty: Upgrade to Netty 4.1.52 and tcnative 2.0.34. Note that this Netty release enables TLSv1.3 support. mTLS failures with TLSv1.3 will have different error messages than in TLSv1.2</li>
   <li>auth,alts: google-auth-library-java updated to 0.22.2</li>
   <li>census: OpenCensus updated to 0.28.0</li>
   <li>protobuf: googleapi’s common protos updated to 2.0.1</li>
   <li>okhttp: Okio updated to 1.17.5</li>
   <li>xds: re2j updated to 1.5</li>
   <li>xds: bouncycastle updated to 1.67</li>
   <li>gradle: bumped protobuf-gradle-plugin version to 0.8.14</li>
   <li>android, cronet: upgraded the latest support Android version to 29</li>
   </ul>
   <h1>Acknowledgments</h1>
   <p><a href="https://github.com/amnox"><code>@amnox</code></a>
   <a href="https://github.com/horizonzy"><code>@horizonzy</code></a>
   <a href="https://github.com/wanyingd1996"><code>@wanyingd1996</code></a></p>
   <h2>v1.34.1</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>core: Fix CompositeChannelCredentials to no longer use CallCredentials for OOB channels. OOB channels are available for load balancing policies to use to communicate with an LB server. It is mainly used by gRPC-LB. This resolves the incompatibility of the 1.34.0 release with googleapis.com.</li>
   <li>alts: Limit number of concurrent handshakes to 32. ALTS uses blocking RPCs for handshakes. If the handshake server has a limit to number of concurrent handshakes this can produce a deadlock. Limiting to 32 should workaround the problem for the majority of the cases. A later fix will allow handshake RPCs to be asynchronous</li>
   <li>xds: Relocate (shade) all generated code; a few classes had previously been missed</li>
   <li>xds: Fixed an issue when <code>GRPC_XDS_EXPERIMENTAL_NEW_SERVER_API=true</code> where gRPC would request non-existent resources</li>
   </ul>
   <h2>v1.34.0</h2>
   <h2>gRPC Java 1.34.0 Release Notes</h2>
   <p><strong>This release has a severe bug when using CompositeChannelCredentials that predominantly impacts googleapis.com (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7643">#7643</a>). You may be impacted in the future even if not impacted today. If you contact googleapis.com, <em>please</em> use 1.34.1 instead.</strong></p>
   <h2>API Changes</h2>
   <ul>
   <li>api: added <code>io.grpc.ForwardingServerBuilder</code> (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7633">#7633</a>)</li>
   </ul>
   <h2>New Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/6db928a791827f7754a9cd24d96eaf7d33975224"><code>6db928a</code></a> Bump version to 1.35.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/ced1ec0d2ed1e6445d73966c357bc7e159c1dc38"><code>ced1ec0</code></a> Update README etc to reference 1.35.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/ff2c2c7584662251f42853571aea529c9b8949df"><code>ff2c2c7</code></a> xds: fix LB policy address and balancing state update propagations (v1.35.x b...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/735939b3960bc896ebeb60a1c5d2a73162ad3f01"><code>735939b</code></a> xds: fix regression for deleting EDS resources referenced by unchanged CDS re...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b50f51ca879f9b36b9c7da7670ceafa6075dce3f"><code>b50f51c</code></a> api: fix LoadBalancer javadoc</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/73fe68eeca461a30bbacf16fc29333bf10e55cc2"><code>73fe68e</code></a> xds: support getting logical DNS and aggregate cluster configurations from CD...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/64d2bf125659d656428d91673904f7dfd25dfe8c"><code>64d2bf1</code></a> android, cronet, android-interop-testing: bump Android versions (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7740">#7740</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/8359d0b710a7fff96794115931a5105a1f013415"><code>8359d0b</code></a> netty: Upgrade to Netty 4.1.52 and tcnative 2.0.34</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/cddc1a500c8f5d51b1f691d4017ebbfa634c0e8b"><code>cddc1a5</code></a> xds: decouple xds channel creation and bootstrapping (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7764">#7764</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/67ad78608c7a978ae86affc871a4bdaa48915a33"><code>67ad786</code></a> xds: fix typo in a log message (<a href="https://github-redirect.dependabot.com/grpc/grpc-java/issues/7762">#7762</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.33.1...v1.35.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
   
   
   </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.

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



[GitHub] [avro] iemejia merged pull request #1061: Bump grpc.version from 1.33.1 to 1.35.0 in /lang/java

Posted by GitBox <gi...@apache.org>.
iemejia merged pull request #1061:
URL: https://github.com/apache/avro/pull/1061


   


----------------------------------------------------------------
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.

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



[GitHub] [avro] iemejia merged pull request #1061: Bump grpc.version from 1.33.1 to 1.35.0 in /lang/java

Posted by GitBox <gi...@apache.org>.
iemejia merged pull request #1061:
URL: https://github.com/apache/avro/pull/1061


   


----------------------------------------------------------------
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.

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