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 7d4cf21bd MINOR: Bump io.netty:netty-bom from 4.1.119.Final to
4.2.7.Final (#887)
7d4cf21bd is described below
commit 7d4cf21bd6502fc650dfad4a6e9fbe0ae5cf4360
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 9 15:22:30 2026 +0100
MINOR: Bump io.netty:netty-bom from 4.1.119.Final to 4.2.7.Final (#887)
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from
4.1.119.Final to 4.2.7.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/netty/netty/commit/511cbacea64c3348078948e8cb424749afeaeefc"><code>511cbac</code></a>
[maven-release-plugin] prepare release netty-4.2.7.Final</li>
<li><a
href="https://github.com/netty/netty/commit/bf1cad6920d65d1a2eac2b0d2efbb58cfcc04cf4"><code>bf1cad6</code></a>
Adjust plugin config to not publish testsuite artifacts</li>
<li><a
href="https://github.com/netty/netty/commit/690f56f205ce6921e69bcb240939e633b31799b9"><code>690f56f</code></a>
[maven-release-plugin] rollback the release of netty-4.2.7.Final</li>
<li><a
href="https://github.com/netty/netty/commit/63b523210bd63c7010c44ef31fd89833a1710746"><code>63b5232</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/netty/netty/commit/9f99dfd9bade906ed000d757905be6f8fabce44c"><code>9f99dfd</code></a>
[maven-release-plugin] prepare release netty-4.2.7.Final</li>
<li><a
href="https://github.com/netty/netty/commit/551c32aa8caedc552a8dfb5f535b0ad694a60503"><code>551c32a</code></a>
Upgrade publishing plugin</li>
<li><a
href="https://github.com/netty/netty/commit/a6660fe54fedc4cc420da710fea9b8bb052c3bcc"><code>a6660fe</code></a>
[maven-release-plugin] rollback the release of netty-4.2.7.Final</li>
<li><a
href="https://github.com/netty/netty/commit/297b7c1dcced0382d40e61495f6295eb01a2a272"><code>297b7c1</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/netty/netty/commit/2c89a17886bf2615d98ca6402bc58df61c28babb"><code>2c89a17</code></a>
[maven-release-plugin] prepare release netty-4.2.7.Final</li>
<li><a
href="https://github.com/netty/netty/commit/1782e8c2060a244c4d4e6f9d9112d5517ca05120"><code>1782e8c</code></a>
Merge commit from fork</li>
<li>Additional commits viewable in <a
href="https://github.com/netty/netty/compare/netty-4.1.119.Final...netty-4.2.7.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 bd6e00442..f3025e16e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,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.127.Final</dep.netty-bom.version>
+ <dep.netty-bom.version>4.2.9.Final</dep.netty-bom.version>
<dep.grpc-bom.version>1.73.0</dep.grpc-bom.version>
<dep.protobuf-bom.version>4.33.1</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.18.3</dep.jackson-bom.version>