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 8d82b6a72 Bump netty-tcnative.version from 2.0.75.Final to
2.0.77.Final (#8554)
8d82b6a72 is described below
commit 8d82b6a723d8331a1fc78dd55aac1e920bc62a75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 1 20:13:31 2026 +0200
Bump netty-tcnative.version from 2.0.75.Final to 2.0.77.Final (#8554)
Bumps `netty-tcnative.version` from 2.0.75.Final to 2.0.77.Final.
Updates `io.netty:netty-tcnative` from 2.0.75.Final to 2.0.77.Final
- [Release notes](https://github.com/netty/netty-tcnative/releases)
-
[Commits](https://github.com/netty/netty-tcnative/compare/netty-tcnative-parent-2.0.75.Final...netty-tcnative-parent-2.0.77.Final)
Updates `io.netty:netty-tcnative-boringssl-static` from 2.0.75.Final to
2.0.77.Final
- [Release notes](https://github.com/netty/netty-tcnative/releases)
-
[Commits](https://github.com/netty/netty-tcnative/compare/netty-tcnative-parent-2.0.75.Final...netty-tcnative-parent-2.0.77.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-tcnative
dependency-version: 2.0.77.Final
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-tcnative-boringssl-static
dependency-version: 2.0.77.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 8e4006b1d..41af50ad2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,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.75.Final</netty-tcnative.version>
+ <netty-tcnative.version>2.0.77.Final</netty-tcnative.version>
<netty.version>4.2.12.Final</netty.version>
<sysout-over-slf4j.version>1.0.2</sysout-over-slf4j.version>
<log4j.version>2.25.4</log4j.version>