This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/2.x by this push:
new 6b58c1b2f build(deps): bump netty-tcnative.version (#8880)
6b58c1b2f is described below
commit 6b58c1b2fcb505f7b01ce699bf9b07c098ac9aef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 10:41:33 2026 +0200
build(deps): bump netty-tcnative.version (#8880)
Bumps `netty-tcnative.version` from 2.0.77.Final to 2.0.80.Final.
Updates `io.netty:netty-tcnative` from 2.0.77.Final to 2.0.80.Final
- [Release notes](https://github.com/netty/netty-tcnative/releases)
-
[Commits](https://github.com/netty/netty-tcnative/compare/netty-tcnative-parent-2.0.77.Final...netty-tcnative-parent-2.0.80.Final)
Updates `io.netty:netty-tcnative-boringssl-static` from 2.0.77.Final to
2.0.80.Final
- [Release notes](https://github.com/netty/netty-tcnative/releases)
-
[Commits](https://github.com/netty/netty-tcnative/compare/netty-tcnative-parent-2.0.77.Final...netty-tcnative-parent-2.0.80.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-tcnative
dependency-version: 2.0.80.Final
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-tcnative-boringssl-static
dependency-version: 2.0.80.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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 24ab28daf..dbf52ecfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<auto-service.version>1.1.1</auto-service.version>
<netty-tcnative.version>2.0.74.Final</netty-tcnative.version>
<netty.version>4.2.14.Final</netty.version>
- <netty-tcnative.version>2.0.77.Final</netty-tcnative.version>
+ <netty-tcnative.version>2.0.80.Final</netty-tcnative.version>
<netty.version>4.2.15.Final</netty.version>
<sysout-over-slf4j.version>1.0.2</sysout-over-slf4j.version>
<log4j.version>2.26.0</log4j.version>