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 73da988d9 build(deps): bump netty-tcnative.version (#8821)
73da988d9 is described below
commit 73da988d9ac3f2c9b83ec224bc54edb038654f75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 14:41:37 2026 +0200
build(deps): bump netty-tcnative.version (#8821)
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 452d45f72..a1c1eaea6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
<jgrapht.version>1.5.3</jgrapht.version>
<guava.version>33.6.0-jre</guava.version>
<auto-service.version>1.1.1</auto-service.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>