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
commit 9f161b2aacbe6fcdce8f8fc80ef8ddc5ad719a30
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 04:05:19 2026 +0000
build(deps): bump io.netty:netty-bom from 4.2.16.Final to 4.2.17.Final
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from
4.2.16.Final to 4.2.17.Final.
- [Release notes](https://github.com/netty/netty/releases)
-
[Commits](https://github.com/netty/netty/compare/netty-4.2.16.Final...netty-4.2.17.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-bom
dependency-version: 4.2.17.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 5af399598d87632c295e9132d1962598e8dc94a3)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3bfa7d338..806466812 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
<guava.version>33.6.0-jre</guava.version>
<auto-service.version>1.1.1</auto-service.version>
<netty-tcnative.version>2.0.81.Final</netty-tcnative.version>
- <netty.version>4.2.16.Final</netty.version>
+ <netty.version>4.2.17.Final</netty.version>
<sysout-over-slf4j.version>1.0.2</sysout-over-slf4j.version>
<log4j.version>2.26.1</log4j.version>
<slf4j.version>2.0.18</slf4j.version>