This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.2.x by this push:
new b9e2c06c73 chore: Update nettyVersion to 4.2.5.Final (#2135)
b9e2c06c73 is described below
commit b9e2c06c73e54cd2cf2611f58f32ba1b8acd88d1
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Thu Sep 4 01:19:21 2025 +0800
chore: Update nettyVersion to 4.2.5.Final (#2135)
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]