You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/12/12 21:46:34 UTC

[GitHub] [bookkeeper] dependabot[bot] opened a new pull request, #3704: Bump netty-codec-http from 4.1.81.Final to 4.1.86.Final

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

   Bumps [netty-codec-http](https://github.com/netty/netty) from 4.1.81.Final to 4.1.86.Final.
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/netty/netty/commit/cde0e2d0508013c57612f7241a6660010fa7116c"><code>cde0e2d</code></a> [maven-release-plugin] prepare release netty-4.1.86.Final</li>
   <li><a href="https://github.com/netty/netty/commit/fe18adff1c2b333acb135ab779a3b9ba3295a1c4"><code>fe18adf</code></a> Merge pull request from GHSA-hh82-3pmq-7frp</li>
   <li><a href="https://github.com/netty/netty/commit/cd91cf3c99123bd1e53fd6a1de0e3d1922f05bb2"><code>cd91cf3</code></a> Merge pull request from GHSA-fx2c-96vj-985v</li>
   <li><a href="https://github.com/netty/netty/commit/7cc84285ea6f90f6af62fa465d1aafbbc497e889"><code>7cc8428</code></a> fixing some naming and typos that caused wrong value to be updated (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13031">#13031</a>)</li>
   <li><a href="https://github.com/netty/netty/commit/22d31519bc3fe34973a59b0fb43bbd580906388f"><code>22d3151</code></a> Save promises type pollution due to interface type checks (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12980">#12980</a>)</li>
   <li><a href="https://github.com/netty/netty/commit/1baf9ef2f1f9da2b6965fb76e0562f344f895d6e"><code>1baf9ef</code></a> Enable SocketHalfClosedTest for epoll (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13025">#13025</a>)</li>
   <li><a href="https://github.com/netty/netty/commit/91527ff889384b436a21de4c2293ff3e915b0781"><code>91527ff</code></a> Correctly handle unresolvable InetSocketAddress when using DatagramChannel (#...</li>
   <li><a href="https://github.com/netty/netty/commit/b64a6e22b2f410d3092f4a2e9f8edcf8c51262b2"><code>b64a6e2</code></a> Revert#12888 for potential scheduling problems (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13021">#13021</a>)</li>
   <li><a href="https://github.com/netty/netty/commit/3bff0bee692b5bcb67f8fe5f900d2e899a7fa1f8"><code>3bff0be</code></a> Replace LinkedList with ArrayList (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13016">#13016</a>)</li>
   <li><a href="https://github.com/netty/netty/commit/d24defcdd901a437fd482d9c86cc181f6f93c01b"><code>d24defc</code></a> WebSocketClientHandshaker: add public accessors for parameters (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13009">#13009</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.1.81.Final...netty-4.1.86.Final">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-codec-http&package-manager=maven&previous-version=4.1.81.Final&new-version=4.1.86.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/bookkeeper/network/alerts).
   
   </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: commits-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] hangc0276 closed pull request #3704: Bump netty-codec-http from 4.1.81.Final to 4.1.86.Final

Posted by GitBox <gi...@apache.org>.
hangc0276 closed pull request #3704: Bump netty-codec-http from 4.1.81.Final to 4.1.86.Final
URL: https://github.com/apache/bookkeeper/pull/3704


-- 
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: commits-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] lhotari commented on pull request #3704: Bump netty-codec-http from 4.1.81.Final to 4.1.86.Final

Posted by GitBox <gi...@apache.org>.
lhotari commented on PR #3704:
URL: https://github.com/apache/bookkeeper/pull/3704#issuecomment-1352977578

   handled by #3669 


-- 
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: commits-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] dependabot[bot] commented on pull request #3704: Bump netty-codec-http from 4.1.81.Final to 4.1.86.Final

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #3704:
URL: https://github.com/apache/bookkeeper/pull/3704#issuecomment-1378323631

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: commits-unsubscribe@bookkeeper.apache.org

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