This is an automated email from the ASF dual-hosted git repository. hepin pushed a commit to branch He-Pin-patch-3 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit c09e9a3a2de4bcb6082e431fe9059eb2332c4f82 Author: He-Pin(kerr) <[email protected]> AuthorDate: Thu Sep 4 00:56:31 2025 +0800 chore: Update nettyVersion to 4.2.5.Final Fix CVEs https://netty.io/news/2025/09/03/4-2-5.html --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d5997b6404..d7f9a1ab40 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -36,7 +36,7 @@ object Dependencies { // needs to be inline with the aeron version, check // https://github.com/real-logic/aeron/blob/1.x.y/build.gradle val agronaVersion = "1.22.0" - val nettyVersion = "4.2.4.Final" + val nettyVersion = "4.2.5.Final" val logbackVersion = "1.3.15" val jacksonCoreVersion = "2.19.2" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
