This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new bbdb2dc21 Bump io.netty:netty-bom from 4.2.10.Final to 4.2.12.Final
(#8471)
bbdb2dc21 is described below
commit bbdb2dc210618bcf274f42ebbff623972c027f9f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 20:02:59 2026 +0200
Bump io.netty:netty-bom from 4.2.10.Final to 4.2.12.Final (#8471)
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from
4.2.10.Final to 4.2.12.Final.
- [Release notes](https://github.com/netty/netty/releases)
-
[Commits](https://github.com/netty/netty/compare/netty-4.2.10.Final...netty-4.2.12.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-bom
dependency-version: 4.2.12.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard Zowalla <[email protected]>
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4a33552df..f198cf87c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,6 +102,8 @@
<jgrapht.version>0.9.0</jgrapht.version>
<guava.version>33.5.0-jre</guava.version>
<auto-service.version>1.1.1</auto-service.version>
+ <netty-tcnative.version>2.0.74.Final</netty-tcnative.version>
+ <netty.version>4.2.12.Final</netty.version>
<netty-tcnative.version>2.0.75.Final</netty-tcnative.version>
<netty.version>4.2.10.Final</netty.version>
<sysout-over-slf4j.version>1.0.2</sysout-over-slf4j.version>