Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORC-1335: Bump netty-all to 4.1.86.Final #1346

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

Bumps netty-all from 4.1.78.Final to 4.1.86.Final.

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [netty-all](https://github.com/netty/netty) from 4.1.78.Final to 4.1.86.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.78.Final...netty-4.1.86.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 26, 2022
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM because of SPARK-41566.

@dongjoon-hyun dongjoon-hyun changed the title Bump netty-all from 4.1.78.Final to 4.1.86.Final in /java ORC-1334: Bump netty-all to 4.1.86.Final Dec 27, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 27, 2022

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/java/io.netty-netty-all-4.1.86.Final branch December 27, 2022 05:03
@dongjoon-hyun dongjoon-hyun added this to the 1.9.0 milestone Dec 27, 2022
@dongjoon-hyun dongjoon-hyun changed the title ORC-1334: Bump netty-all to 4.1.86.Final ORC-1335: Bump netty-all to 4.1.86.Final Dec 27, 2022
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUILD dependencies Pull requests that update a dependency file JAVA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant