This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 34aaa8a5 MINOR: Bump io.netty:netty-bom from 4.1.119.Final to
4.2.0.Final (#700)
34aaa8a5 is described below
commit 34aaa8a56f8309b56c9f642a7e42668b94e3ea10
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 7 20:56:14 2025 +0200
MINOR: Bump io.netty:netty-bom from 4.1.119.Final to 4.2.0.Final (#700)
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from
4.1.119.Final to 4.2.0.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/netty/netty/commit/09e64d259c99be8b5b2a471a78f11e65eb82598a"><code>09e64d2</code></a>
[maven-release-plugin] prepare release netty-4.2.0.Final</li>
<li><a
href="https://github.com/netty/netty/commit/9b3a5418e09c326d61163fd3ecc0e937b6139854"><code>9b3a541</code></a>
Fix timeout when auto read is disabled late in io_uring (<a
href="https://redirect.github.com/netty/netty/issues/14989">#14989</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/55c0d56abe3b3f8da802bb12be151e0566971936"><code>55c0d56</code></a>
Adjust version of final release</li>
<li><a
href="https://github.com/netty/netty/commit/f520eaf111e9119e0b43de4264e24dedb8c061b4"><code>f520eaf</code></a>
Make native image profiles activate on 'native-image' binary (<a
href="https://redirect.github.com/netty/netty/issues/14986">#14986</a>)
(<a
href="https://redirect.github.com/netty/netty/issues/14987">#14987</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/664f20315cc4aae48f6335e9691a5113c1959215"><code>664f203</code></a>
Optimise HttpMethod#valueOf fast path lookup. (<a
href="https://redirect.github.com/netty/netty/issues/14982">#14982</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/a7e206d82afe397783a76107bc549aa7441d396f"><code>a7e206d</code></a>
Add suppressed exception to original cause when calling Future.sync* (<a
href="https://redirect.github.com/netty/netty/issues/14898">#14898</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/e8b00090a2ff24f711339885d9a9ef1fa119aa18"><code>e8b0009</code></a>
Use correct directory for JAVA_HOME</li>
<li><a
href="https://github.com/netty/netty/commit/fe81c54eed11b47dae53858bddfcc9e619f23817"><code>fe81c54</code></a>
Install Java11 and use it for cross-compiling (<a
href="https://redirect.github.com/netty/netty/issues/14981">#14981</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/e5b8aa000f1d5cdb4bef5f176f7943d58a697bfe"><code>e5b8aa0</code></a>
HTTP2: Allow to manually manage window update frames when using Http2…
(<a
href="https://redirect.github.com/netty/netty/issues/14980">#14980</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/788071415e0a985331593b5c989ffa7c6ed82c4d"><code>7880714</code></a>
Allow delayed set of owningThread in ManualIoEventLoop (<a
href="https://redirect.github.com/netty/netty/issues/14976">#14976</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/netty/netty/compare/netty-4.1.119.Final...netty-4.2.0.Final">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8360e1be..0d20f0a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@ under the License.
<dep.junit.jupiter.version>5.12.2</dep.junit.jupiter.version>
<dep.slf4j.version>2.0.17</dep.slf4j.version>
<dep.guava-bom.version>33.4.8-jre</dep.guava-bom.version>
- <dep.netty-bom.version>4.1.119.Final</dep.netty-bom.version>
+ <dep.netty-bom.version>4.2.1.Final</dep.netty-bom.version>
<dep.grpc-bom.version>1.71.0</dep.grpc-bom.version>
<dep.protobuf-bom.version>4.30.2</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.18.3</dep.jackson-bom.version>