This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch pjfanning-patch-1
in repository https://gitbox.apache.org/repos/asf/pekko.git

commit 068bed90fbc1e5088c9b45ee946ca32e05dbd779
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Aug 8 09:51:33 2026 +0100

    Update dependency versions in Dependencies.scala
---
 project/Dependencies.scala | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a0406e6a7c..f1870021c8 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -21,7 +21,7 @@ object Dependencies {
   object Protobuf {
     // https://protobuf.dev/support/version-support/
     // protobuf-java 4.x corresponds with protoc 26.x-33.x
-    val protobufJavaVersion = "4.33.5"
+    val protobufJavaVersion = "4.33.6"
     val protocVersion = "33.0"
   }
 
@@ -32,15 +32,15 @@ object Dependencies {
   val junit5Version = "5.13.4"
   val slf4jVersion = "2.0.17"
   // check agrona version when updating this
-  val aeronVersion = "1.45.1"
+  val aeronVersion = "1.45.2"
   // 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.10.Final"
+  val nettyVersion = "4.2.17.Final"
   val logbackVersion = "1.3.15"
 
   val jacksonAnnotationsVersion = "2.21"
-  val jacksonCoreVersion = "2.21.2"
+  val jacksonCoreVersion = "2.21.5"
   val jacksonDatabindVersion = jacksonCoreVersion
 
   val scala212Version = "2.12.21"
@@ -63,7 +63,7 @@ object Dependencies {
   object Compile {
     // Compile
 
-    val config = "com.typesafe" % "config" % "1.4.6"
+    val config = "com.typesafe" % "config" % "1.4.9"
     val `netty-transport` = "io.netty" % "netty-transport" % nettyVersion
     val `netty-handler` = "io.netty" % "netty-handler" % nettyVersion
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to