Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch group across 1 directory with 4…
Browse files Browse the repository at this point in the history
… updates (#255)

Bumps the minor-and-patch group with 4 updates in the / directory:
[io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java),
[io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java),
[io.grpc:grpc-netty](https://github.com/grpc/grpc-java) and
[io.grpc:grpc-stub](https://github.com/grpc/grpc-java).

Updates `io.grpc:protoc-gen-grpc-java` from 1.69.0 to 1.70.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grpc/grpc-java/releases">io.grpc:protoc-gen-grpc-java's
releases</a>.</em></p>
<blockquote>
<h2>v1.69.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li>okhttp: Improve certificate handling by rejecting non-ASCII subject
alternative names and hostnames as seen in CVE-2021-0341 (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11749">#11749</a>)
(a0982ca0a). Hostnames are considered trusted and CAs are required to
use punycode for non-ASCII hostnames, so this is expected to provide
defense-in-depth. See also the <a
href="https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/">related
GoSecure blog post</a> and the <a
href="https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc">AOSP
fix</a></li>
<li>xds: Preserve nonce when unsubscribing last watcher of a particular
type so that new discovery requests of that type are handled correctly
(1cf1927d1). This (along with 6c12c2bd2) fixes a nonce-handling
regression introduced in 1.66.0 that could cause resources to appear to
not exist until re-creating the ADS stream. Triggering the behavior
required specific config changes. It is easiest to trigger when clusters
use EDS and routes are changed from one cluster to another. The error
“found 0 leaf (logical DNS or EDS) clusters for root cluster” might then
be seen</li>
<li>xds: Remember nonces for unknown types (6c12c2bd2)</li>
<li>xds: Unexpected types in the bootstrap’s server_features should be
ignored (e8ff6da2c). They were previously required to be strings</li>
<li>xds: Fixed unsupported unsigned 32 bits issue for circuit breaker
(<a
href="https://redirect.github.com/grpc/grpc-java/issues/11735">#11735</a>)
(f8f613984). This fixes clients treating large max_requests as “no
requests” and failing all requests</li>
<li>xds: Remove xds authority label from metric registration (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11760">#11760</a>)
(6516c7387). This fixes the error “Incorrect number of required labels
provided. Expected: 4” introduced in 1.69.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-java/commit/22a42c88d80fb96326b8c507591e4017c5e15ed3"><code>22a42c8</code></a>
Bump version to 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/e015a742eb1010f93a3761dbb7743521d9718d5c"><code>e015a74</code></a>
Update README etc to reference 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/44120549363c316419c21ed18fe6435b4e276720"><code>4412054</code></a>
xds: Rename grpc.xds.cluster to grpc.lb.backend_service</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/7dada7d5a9d6efd9eafc25ef992689cbe94a4377"><code>7dada7d</code></a>
xds: Pass grpc.xds.cluster label to tracer</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1edc4d84d44ad08c0db589c5631890375a42eb45"><code>1edc4d8</code></a>
xds: Parsing xDS Cluster Metadata (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11741">#11741</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4222f77587a0f740d5d135197cd3209c07d53c3e"><code>4222f77</code></a>
xds:Move creating the retry timer in handleRpcStreamClosed to as late as
poss...</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/6c12c2bd2438551dc19bd941d158c065eed9e37c"><code>6c12c2b</code></a>
xds: Remember nonces for unknown types</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4a0f707331fc3b23403e1549b8165e4188dddb20"><code>4a0f707</code></a>
xds: Avoid depending on io.grpc.xds.Internal* classes</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1cf1927d1a7024e353f239fe5b5d50cbb49a8bae"><code>1cf1927</code></a>
xds: Preserve nonce when unsubscribing type</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/9a712c3f77d0cd07d2b933ab4bd261ac29ba7298"><code>9a712c3</code></a>
xds: Make XdsClient.ResourceStore package-private</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-java/compare/v1.69.0...v1.70.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.grpc:grpc-protobuf` from 1.69.0 to 1.70.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-protobuf's
releases</a>.</em></p>
<blockquote>
<h2>v1.69.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li>okhttp: Improve certificate handling by rejecting non-ASCII subject
alternative names and hostnames as seen in CVE-2021-0341 (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11749">#11749</a>)
(a0982ca0a). Hostnames are considered trusted and CAs are required to
use punycode for non-ASCII hostnames, so this is expected to provide
defense-in-depth. See also the <a
href="https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/">related
GoSecure blog post</a> and the <a
href="https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc">AOSP
fix</a></li>
<li>xds: Preserve nonce when unsubscribing last watcher of a particular
type so that new discovery requests of that type are handled correctly
(1cf1927d1). This (along with 6c12c2bd2) fixes a nonce-handling
regression introduced in 1.66.0 that could cause resources to appear to
not exist until re-creating the ADS stream. Triggering the behavior
required specific config changes. It is easiest to trigger when clusters
use EDS and routes are changed from one cluster to another. The error
“found 0 leaf (logical DNS or EDS) clusters for root cluster” might then
be seen</li>
<li>xds: Remember nonces for unknown types (6c12c2bd2)</li>
<li>xds: Unexpected types in the bootstrap’s server_features should be
ignored (e8ff6da2c). They were previously required to be strings</li>
<li>xds: Fixed unsupported unsigned 32 bits issue for circuit breaker
(<a
href="https://redirect.github.com/grpc/grpc-java/issues/11735">#11735</a>)
(f8f613984). This fixes clients treating large max_requests as “no
requests” and failing all requests</li>
<li>xds: Remove xds authority label from metric registration (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11760">#11760</a>)
(6516c7387). This fixes the error “Incorrect number of required labels
provided. Expected: 4” introduced in 1.69.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-java/commit/22a42c88d80fb96326b8c507591e4017c5e15ed3"><code>22a42c8</code></a>
Bump version to 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/e015a742eb1010f93a3761dbb7743521d9718d5c"><code>e015a74</code></a>
Update README etc to reference 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/44120549363c316419c21ed18fe6435b4e276720"><code>4412054</code></a>
xds: Rename grpc.xds.cluster to grpc.lb.backend_service</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/7dada7d5a9d6efd9eafc25ef992689cbe94a4377"><code>7dada7d</code></a>
xds: Pass grpc.xds.cluster label to tracer</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1edc4d84d44ad08c0db589c5631890375a42eb45"><code>1edc4d8</code></a>
xds: Parsing xDS Cluster Metadata (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11741">#11741</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4222f77587a0f740d5d135197cd3209c07d53c3e"><code>4222f77</code></a>
xds:Move creating the retry timer in handleRpcStreamClosed to as late as
poss...</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/6c12c2bd2438551dc19bd941d158c065eed9e37c"><code>6c12c2b</code></a>
xds: Remember nonces for unknown types</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4a0f707331fc3b23403e1549b8165e4188dddb20"><code>4a0f707</code></a>
xds: Avoid depending on io.grpc.xds.Internal* classes</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1cf1927d1a7024e353f239fe5b5d50cbb49a8bae"><code>1cf1927</code></a>
xds: Preserve nonce when unsubscribing type</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/9a712c3f77d0cd07d2b933ab4bd261ac29ba7298"><code>9a712c3</code></a>
xds: Make XdsClient.ResourceStore package-private</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-java/compare/v1.69.0...v1.70.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.grpc:grpc-netty` from 1.69.0 to 1.70.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.69.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li>okhttp: Improve certificate handling by rejecting non-ASCII subject
alternative names and hostnames as seen in CVE-2021-0341 (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11749">#11749</a>)
(a0982ca0a). Hostnames are considered trusted and CAs are required to
use punycode for non-ASCII hostnames, so this is expected to provide
defense-in-depth. See also the <a
href="https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/">related
GoSecure blog post</a> and the <a
href="https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc">AOSP
fix</a></li>
<li>xds: Preserve nonce when unsubscribing last watcher of a particular
type so that new discovery requests of that type are handled correctly
(1cf1927d1). This (along with 6c12c2bd2) fixes a nonce-handling
regression introduced in 1.66.0 that could cause resources to appear to
not exist until re-creating the ADS stream. Triggering the behavior
required specific config changes. It is easiest to trigger when clusters
use EDS and routes are changed from one cluster to another. The error
“found 0 leaf (logical DNS or EDS) clusters for root cluster” might then
be seen</li>
<li>xds: Remember nonces for unknown types (6c12c2bd2)</li>
<li>xds: Unexpected types in the bootstrap’s server_features should be
ignored (e8ff6da2c). They were previously required to be strings</li>
<li>xds: Fixed unsupported unsigned 32 bits issue for circuit breaker
(<a
href="https://redirect.github.com/grpc/grpc-java/issues/11735">#11735</a>)
(f8f613984). This fixes clients treating large max_requests as “no
requests” and failing all requests</li>
<li>xds: Remove xds authority label from metric registration (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11760">#11760</a>)
(6516c7387). This fixes the error “Incorrect number of required labels
provided. Expected: 4” introduced in 1.69.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-java/commit/22a42c88d80fb96326b8c507591e4017c5e15ed3"><code>22a42c8</code></a>
Bump version to 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/e015a742eb1010f93a3761dbb7743521d9718d5c"><code>e015a74</code></a>
Update README etc to reference 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/44120549363c316419c21ed18fe6435b4e276720"><code>4412054</code></a>
xds: Rename grpc.xds.cluster to grpc.lb.backend_service</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/7dada7d5a9d6efd9eafc25ef992689cbe94a4377"><code>7dada7d</code></a>
xds: Pass grpc.xds.cluster label to tracer</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1edc4d84d44ad08c0db589c5631890375a42eb45"><code>1edc4d8</code></a>
xds: Parsing xDS Cluster Metadata (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11741">#11741</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4222f77587a0f740d5d135197cd3209c07d53c3e"><code>4222f77</code></a>
xds:Move creating the retry timer in handleRpcStreamClosed to as late as
poss...</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/6c12c2bd2438551dc19bd941d158c065eed9e37c"><code>6c12c2b</code></a>
xds: Remember nonces for unknown types</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4a0f707331fc3b23403e1549b8165e4188dddb20"><code>4a0f707</code></a>
xds: Avoid depending on io.grpc.xds.Internal* classes</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1cf1927d1a7024e353f239fe5b5d50cbb49a8bae"><code>1cf1927</code></a>
xds: Preserve nonce when unsubscribing type</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/9a712c3f77d0cd07d2b933ab4bd261ac29ba7298"><code>9a712c3</code></a>
xds: Make XdsClient.ResourceStore package-private</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-java/compare/v1.69.0...v1.70.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.grpc:grpc-stub` from 1.69.0 to 1.70.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.69.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li>okhttp: Improve certificate handling by rejecting non-ASCII subject
alternative names and hostnames as seen in CVE-2021-0341 (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11749">#11749</a>)
(a0982ca0a). Hostnames are considered trusted and CAs are required to
use punycode for non-ASCII hostnames, so this is expected to provide
defense-in-depth. See also the <a
href="https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/">related
GoSecure blog post</a> and the <a
href="https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc">AOSP
fix</a></li>
<li>xds: Preserve nonce when unsubscribing last watcher of a particular
type so that new discovery requests of that type are handled correctly
(1cf1927d1). This (along with 6c12c2bd2) fixes a nonce-handling
regression introduced in 1.66.0 that could cause resources to appear to
not exist until re-creating the ADS stream. Triggering the behavior
required specific config changes. It is easiest to trigger when clusters
use EDS and routes are changed from one cluster to another. The error
“found 0 leaf (logical DNS or EDS) clusters for root cluster” might then
be seen</li>
<li>xds: Remember nonces for unknown types (6c12c2bd2)</li>
<li>xds: Unexpected types in the bootstrap’s server_features should be
ignored (e8ff6da2c). They were previously required to be strings</li>
<li>xds: Fixed unsupported unsigned 32 bits issue for circuit breaker
(<a
href="https://redirect.github.com/grpc/grpc-java/issues/11735">#11735</a>)
(f8f613984). This fixes clients treating large max_requests as “no
requests” and failing all requests</li>
<li>xds: Remove xds authority label from metric registration (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11760">#11760</a>)
(6516c7387). This fixes the error “Incorrect number of required labels
provided. Expected: 4” introduced in 1.69.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-java/commit/22a42c88d80fb96326b8c507591e4017c5e15ed3"><code>22a42c8</code></a>
Bump version to 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/e015a742eb1010f93a3761dbb7743521d9718d5c"><code>e015a74</code></a>
Update README etc to reference 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/44120549363c316419c21ed18fe6435b4e276720"><code>4412054</code></a>
xds: Rename grpc.xds.cluster to grpc.lb.backend_service</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/7dada7d5a9d6efd9eafc25ef992689cbe94a4377"><code>7dada7d</code></a>
xds: Pass grpc.xds.cluster label to tracer</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1edc4d84d44ad08c0db589c5631890375a42eb45"><code>1edc4d8</code></a>
xds: Parsing xDS Cluster Metadata (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11741">#11741</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4222f77587a0f740d5d135197cd3209c07d53c3e"><code>4222f77</code></a>
xds:Move creating the retry timer in handleRpcStreamClosed to as late as
poss...</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/6c12c2bd2438551dc19bd941d158c065eed9e37c"><code>6c12c2b</code></a>
xds: Remember nonces for unknown types</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4a0f707331fc3b23403e1549b8165e4188dddb20"><code>4a0f707</code></a>
xds: Avoid depending on io.grpc.xds.Internal* classes</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1cf1927d1a7024e353f239fe5b5d50cbb49a8bae"><code>1cf1927</code></a>
xds: Preserve nonce when unsubscribing type</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/9a712c3f77d0cd07d2b933ab4bd261ac29ba7298"><code>9a712c3</code></a>
xds: Make XdsClient.ResourceStore package-private</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-java/compare/v1.69.0...v1.70.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.grpc:grpc-protobuf` from 1.69.0 to 1.70.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-protobuf's
releases</a>.</em></p>
<blockquote>
<h2>v1.69.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li>okhttp: Improve certificate handling by rejecting non-ASCII subject
alternative names and hostnames as seen in CVE-2021-0341 (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11749">#11749</a>)
(a0982ca0a). Hostnames are considered trusted and CAs are required to
use punycode for non-ASCII hostnames, so this is expected to provide
defense-in-depth. See also the <a
href="https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/">related
GoSecure blog post</a> and the <a
href="https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc">AOSP
fix</a></li>
<li>xds: Preserve nonce when unsubscribing last watcher of a particular
type so that new discovery requests of that type are handled correctly
(1cf1927d1). This (along with 6c12c2bd2) fixes a nonce-handling
regression introduced in 1.66.0 that could cause resources to appear to
not exist until re-creating the ADS stream. Triggering the behavior
required specific config changes. It is easiest to trigger when clusters
use EDS and routes are changed from one cluster to another. The error
“found 0 leaf (logical DNS or EDS) clusters for root cluster” might then
be seen</li>
<li>xds: Remember nonces for unknown types (6c12c2bd2)</li>
<li>xds: Unexpected types in the bootstrap’s server_features should be
ignored (e8ff6da2c). They were previously required to be strings</li>
<li>xds: Fixed unsupported unsigned 32 bits issue for circuit breaker
(<a
href="https://redirect.github.com/grpc/grpc-java/issues/11735">#11735</a>)
(f8f613984). This fixes clients treating large max_requests as “no
requests” and failing all requests</li>
<li>xds: Remove xds authority label from metric registration (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11760">#11760</a>)
(6516c7387). This fixes the error “Incorrect number of required labels
provided. Expected: 4” introduced in 1.69.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-java/commit/22a42c88d80fb96326b8c507591e4017c5e15ed3"><code>22a42c8</code></a>
Bump version to 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/e015a742eb1010f93a3761dbb7743521d9718d5c"><code>e015a74</code></a>
Update README etc to reference 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/44120549363c316419c21ed18fe6435b4e276720"><code>4412054</code></a>
xds: Rename grpc.xds.cluster to grpc.lb.backend_service</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/7dada7d5a9d6efd9eafc25ef992689cbe94a4377"><code>7dada7d</code></a>
xds: Pass grpc.xds.cluster label to tracer</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1edc4d84d44ad08c0db589c5631890375a42eb45"><code>1edc4d8</code></a>
xds: Parsing xDS Cluster Metadata (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11741">#11741</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4222f77587a0f740d5d135197cd3209c07d53c3e"><code>4222f77</code></a>
xds:Move creating the retry timer in handleRpcStreamClosed to as late as
poss...</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/6c12c2bd2438551dc19bd941d158c065eed9e37c"><code>6c12c2b</code></a>
xds: Remember nonces for unknown types</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4a0f707331fc3b23403e1549b8165e4188dddb20"><code>4a0f707</code></a>
xds: Avoid depending on io.grpc.xds.Internal* classes</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1cf1927d1a7024e353f239fe5b5d50cbb49a8bae"><code>1cf1927</code></a>
xds: Preserve nonce when unsubscribing type</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/9a712c3f77d0cd07d2b933ab4bd261ac29ba7298"><code>9a712c3</code></a>
xds: Make XdsClient.ResourceStore package-private</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-java/compare/v1.69.0...v1.70.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.grpc:grpc-netty` from 1.69.0 to 1.70.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.69.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li>okhttp: Improve certificate handling by rejecting non-ASCII subject
alternative names and hostnames as seen in CVE-2021-0341 (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11749">#11749</a>)
(a0982ca0a). Hostnames are considered trusted and CAs are required to
use punycode for non-ASCII hostnames, so this is expected to provide
defense-in-depth. See also the <a
href="https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/">related
GoSecure blog post</a> and the <a
href="https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc">AOSP
fix</a></li>
<li>xds: Preserve nonce when unsubscribing last watcher of a particular
type so that new discovery requests of that type are handled correctly
(1cf1927d1). This (along with 6c12c2bd2) fixes a nonce-handling
regression introduced in 1.66.0 that could cause resources to appear to
not exist until re-creating the ADS stream. Triggering the behavior
required specific config changes. It is easiest to trigger when clusters
use EDS and routes are changed from one cluster to another. The error
“found 0 leaf (logical DNS or EDS) clusters for root cluster” might then
be seen</li>
<li>xds: Remember nonces for unknown types (6c12c2bd2)</li>
<li>xds: Unexpected types in the bootstrap’s server_features should be
ignored (e8ff6da2c). They were previously required to be strings</li>
<li>xds: Fixed unsupported unsigned 32 bits issue for circuit breaker
(<a
href="https://redirect.github.com/grpc/grpc-java/issues/11735">#11735</a>)
(f8f613984). This fixes clients treating large max_requests as “no
requests” and failing all requests</li>
<li>xds: Remove xds authority label from metric registration (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11760">#11760</a>)
(6516c7387). This fixes the error “Incorrect number of required labels
provided. Expected: 4” introduced in 1.69.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-java/commit/22a42c88d80fb96326b8c507591e4017c5e15ed3"><code>22a42c8</code></a>
Bump version to 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/e015a742eb1010f93a3761dbb7743521d9718d5c"><code>e015a74</code></a>
Update README etc to reference 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/44120549363c316419c21ed18fe6435b4e276720"><code>4412054</code></a>
xds: Rename grpc.xds.cluster to grpc.lb.backend_service</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/7dada7d5a9d6efd9eafc25ef992689cbe94a4377"><code>7dada7d</code></a>
xds: Pass grpc.xds.cluster label to tracer</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1edc4d84d44ad08c0db589c5631890375a42eb45"><code>1edc4d8</code></a>
xds: Parsing xDS Cluster Metadata (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11741">#11741</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4222f77587a0f740d5d135197cd3209c07d53c3e"><code>4222f77</code></a>
xds:Move creating the retry timer in handleRpcStreamClosed to as late as
poss...</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/6c12c2bd2438551dc19bd941d158c065eed9e37c"><code>6c12c2b</code></a>
xds: Remember nonces for unknown types</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4a0f707331fc3b23403e1549b8165e4188dddb20"><code>4a0f707</code></a>
xds: Avoid depending on io.grpc.xds.Internal* classes</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1cf1927d1a7024e353f239fe5b5d50cbb49a8bae"><code>1cf1927</code></a>
xds: Preserve nonce when unsubscribing type</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/9a712c3f77d0cd07d2b933ab4bd261ac29ba7298"><code>9a712c3</code></a>
xds: Make XdsClient.ResourceStore package-private</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-java/compare/v1.69.0...v1.70.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `io.grpc:grpc-stub` from 1.69.0 to 1.70.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.69.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li>okhttp: Improve certificate handling by rejecting non-ASCII subject
alternative names and hostnames as seen in CVE-2021-0341 (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11749">#11749</a>)
(a0982ca0a). Hostnames are considered trusted and CAs are required to
use punycode for non-ASCII hostnames, so this is expected to provide
defense-in-depth. See also the <a
href="https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/">related
GoSecure blog post</a> and the <a
href="https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc">AOSP
fix</a></li>
<li>xds: Preserve nonce when unsubscribing last watcher of a particular
type so that new discovery requests of that type are handled correctly
(1cf1927d1). This (along with 6c12c2bd2) fixes a nonce-handling
regression introduced in 1.66.0 that could cause resources to appear to
not exist until re-creating the ADS stream. Triggering the behavior
required specific config changes. It is easiest to trigger when clusters
use EDS and routes are changed from one cluster to another. The error
“found 0 leaf (logical DNS or EDS) clusters for root cluster” might then
be seen</li>
<li>xds: Remember nonces for unknown types (6c12c2bd2)</li>
<li>xds: Unexpected types in the bootstrap’s server_features should be
ignored (e8ff6da2c). They were previously required to be strings</li>
<li>xds: Fixed unsupported unsigned 32 bits issue for circuit breaker
(<a
href="https://redirect.github.com/grpc/grpc-java/issues/11735">#11735</a>)
(f8f613984). This fixes clients treating large max_requests as “no
requests” and failing all requests</li>
<li>xds: Remove xds authority label from metric registration (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11760">#11760</a>)
(6516c7387). This fixes the error “Incorrect number of required labels
provided. Expected: 4” introduced in 1.69.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-java/commit/22a42c88d80fb96326b8c507591e4017c5e15ed3"><code>22a42c8</code></a>
Bump version to 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/e015a742eb1010f93a3761dbb7743521d9718d5c"><code>e015a74</code></a>
Update README etc to reference 1.70.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/44120549363c316419c21ed18fe6435b4e276720"><code>4412054</code></a>
xds: Rename grpc.xds.cluster to grpc.lb.backend_service</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/7dada7d5a9d6efd9eafc25ef992689cbe94a4377"><code>7dada7d</code></a>
xds: Pass grpc.xds.cluster label to tracer</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1edc4d84d44ad08c0db589c5631890375a42eb45"><code>1edc4d8</code></a>
xds: Parsing xDS Cluster Metadata (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11741">#11741</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4222f77587a0f740d5d135197cd3209c07d53c3e"><code>4222f77</code></a>
xds:Move creating the retry timer in handleRpcStreamClosed to as late as
poss...</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/6c12c2bd2438551dc19bd941d158c065eed9e37c"><code>6c12c2b</code></a>
xds: Remember nonces for unknown types</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/4a0f707331fc3b23403e1549b8165e4188dddb20"><code>4a0f707</code></a>
xds: Avoid depending on io.grpc.xds.Internal* classes</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/1cf1927d1a7024e353f239fe5b5d50cbb49a8bae"><code>1cf1927</code></a>
xds: Preserve nonce when unsubscribing type</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/9a712c3f77d0cd07d2b933ab4bd261ac29ba7298"><code>9a712c3</code></a>
xds: Make XdsClient.ResourceStore package-private</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-java/compare/v1.69.0...v1.70.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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent bebfcf9 commit 85743a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ java {
targetCompatibility = JavaVersion.VERSION_11
}

def grpcVersion = '1.69.0'
def grpcVersion = '1.70.0'
def dgraph4jVersion = "$version"
def openCensusVersion = '0.31.1'

Expand Down

0 comments on commit 85743a8

Please sign in to comment.