Skip to content

Commit

Permalink
ORC-1334: Bump netty-all to 4.1.86.Final
Browse files Browse the repository at this point in the history
Bumps [netty-all](https://github.com/netty/netty) from 4.1.78.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.78.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-all&package-manager=maven&previous-version=4.1.78.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)

</details>

Closes apache#1346 from dependabot[bot]/dependabot/maven/java/io.netty-netty-all-4.1.86.Final.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dependabot[bot] authored and cxzl25 committed Jan 11, 2024
1 parent 3f669f8 commit 32b1f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/bench/pom.xml
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.78.Final</version>
<version>4.1.86.Final</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 32b1f85

Please sign in to comment.