dependabot[bot] opened a new pull request, #225:
URL: https://github.com/apache/opennlp-sandbox/pull/225

   Bumps `grpc.version` from 1.69.0 to 1.69.1.
   Updates `io.grpc:grpc-netty-shaded` from 1.69.0 to 1.69.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-netty-shaded'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 1cf1927d1) 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/5e14f9974ec0ff67c6f6a4c747969ba637911622";><code>5e14f99</code></a>
 Bump version to 1.69.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/d13bc2597bc78053ad255344f2fda10c3ed88448";><code>d13bc25</code></a>
 Update README etc to reference 1.69.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/05d9628e8681e82a025ac001eab73648bac063bc";><code>05d9628</code></a>
 fix security issue with okhttp (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11749";>#11749</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/112dccbb6a43cd92fcc4c3f1de9396e95e1e0880";><code>112dccb</code></a>
 xds: fixed unsupported unsigned 32 bits issue for circuit breaker (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11735";>#11735</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0de7bfefb9f5627851d116da09126d119d8a94a2";><code>0de7bfe</code></a>
 xds: Remove xds authority label from metric registration</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e3e343db8e09c0bc2f7a2ad30da6934778c3a8a8";><code>e3e343d</code></a>
 xds: Remember nonces for unknown types</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/aba8a0c30620d534ed52c76fc672f567375a5310";><code>aba8a0c</code></a>
 xds: Preserve nonce when unsubscribing type</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ded82e209cff42aac9e6e1dae20c6538837b0bb5";><code>ded82e2</code></a>
 xds: Unexpected types in server_features should be ignored</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/eccb137e4bd34b99e16c03122569bef0313d72e3";><code>eccb137</code></a>
 Bump version to 1.69.1-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/grpc/grpc-java/compare/v1.69.0...v1.69.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-protobuf` from 1.69.0 to 1.69.1
   <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 1cf1927d1) 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/5e14f9974ec0ff67c6f6a4c747969ba637911622";><code>5e14f99</code></a>
 Bump version to 1.69.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/d13bc2597bc78053ad255344f2fda10c3ed88448";><code>d13bc25</code></a>
 Update README etc to reference 1.69.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/05d9628e8681e82a025ac001eab73648bac063bc";><code>05d9628</code></a>
 fix security issue with okhttp (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11749";>#11749</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/112dccbb6a43cd92fcc4c3f1de9396e95e1e0880";><code>112dccb</code></a>
 xds: fixed unsupported unsigned 32 bits issue for circuit breaker (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11735";>#11735</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0de7bfefb9f5627851d116da09126d119d8a94a2";><code>0de7bfe</code></a>
 xds: Remove xds authority label from metric registration</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e3e343db8e09c0bc2f7a2ad30da6934778c3a8a8";><code>e3e343d</code></a>
 xds: Remember nonces for unknown types</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/aba8a0c30620d534ed52c76fc672f567375a5310";><code>aba8a0c</code></a>
 xds: Preserve nonce when unsubscribing type</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ded82e209cff42aac9e6e1dae20c6538837b0bb5";><code>ded82e2</code></a>
 xds: Unexpected types in server_features should be ignored</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/eccb137e4bd34b99e16c03122569bef0313d72e3";><code>eccb137</code></a>
 Bump version to 1.69.1-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/grpc/grpc-java/compare/v1.69.0...v1.69.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-stub` from 1.69.0 to 1.69.1
   <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 1cf1927d1) 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/5e14f9974ec0ff67c6f6a4c747969ba637911622";><code>5e14f99</code></a>
 Bump version to 1.69.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/d13bc2597bc78053ad255344f2fda10c3ed88448";><code>d13bc25</code></a>
 Update README etc to reference 1.69.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/05d9628e8681e82a025ac001eab73648bac063bc";><code>05d9628</code></a>
 fix security issue with okhttp (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11749";>#11749</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/112dccbb6a43cd92fcc4c3f1de9396e95e1e0880";><code>112dccb</code></a>
 xds: fixed unsupported unsigned 32 bits issue for circuit breaker (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11735";>#11735</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0de7bfefb9f5627851d116da09126d119d8a94a2";><code>0de7bfe</code></a>
 xds: Remove xds authority label from metric registration</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e3e343db8e09c0bc2f7a2ad30da6934778c3a8a8";><code>e3e343d</code></a>
 xds: Remember nonces for unknown types</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/aba8a0c30620d534ed52c76fc672f567375a5310";><code>aba8a0c</code></a>
 xds: Preserve nonce when unsubscribing type</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ded82e209cff42aac9e6e1dae20c6538837b0bb5";><code>ded82e2</code></a>
 xds: Unexpected types in server_features should be ignored</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/eccb137e4bd34b99e16c03122569bef0313d72e3";><code>eccb137</code></a>
 Bump version to 1.69.1-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/grpc/grpc-java/compare/v1.69.0...v1.69.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-services` from 1.69.0 to 1.69.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-services'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 1cf1927d1) 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/5e14f9974ec0ff67c6f6a4c747969ba637911622";><code>5e14f99</code></a>
 Bump version to 1.69.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/d13bc2597bc78053ad255344f2fda10c3ed88448";><code>d13bc25</code></a>
 Update README etc to reference 1.69.1</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/05d9628e8681e82a025ac001eab73648bac063bc";><code>05d9628</code></a>
 fix security issue with okhttp (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11749";>#11749</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/112dccbb6a43cd92fcc4c3f1de9396e95e1e0880";><code>112dccb</code></a>
 xds: fixed unsupported unsigned 32 bits issue for circuit breaker (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/11735";>#11735</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/0de7bfefb9f5627851d116da09126d119d8a94a2";><code>0de7bfe</code></a>
 xds: Remove xds authority label from metric registration</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/e3e343db8e09c0bc2f7a2ad30da6934778c3a8a8";><code>e3e343d</code></a>
 xds: Remember nonces for unknown types</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/aba8a0c30620d534ed52c76fc672f567375a5310";><code>aba8a0c</code></a>
 xds: Preserve nonce when unsubscribing type</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/ded82e209cff42aac9e6e1dae20c6538837b0bb5";><code>ded82e2</code></a>
 xds: Unexpected types in server_features should be ignored</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/eccb137e4bd34b99e16c03122569bef0313d72e3";><code>eccb137</code></a>
 Bump version to 1.69.1-SNAPSHOT</li>
   <li>See full diff in <a 
href="https://github.com/grpc/grpc-java/compare/v1.69.0...v1.69.1";>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-unsubscr...@opennlp.apache.org

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

Reply via email to