This is an automated email from the ASF dual-hosted git repository.
raboof pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.7.x by this push:
new 8e3691a5c0 Update dependency versions in Dependencies.scala (#3422)
8e3691a5c0 is described below
commit 8e3691a5c02aec5fe0d37631dc9efed8feccf7c7
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Aug 8 11:42:44 2026 +0100
Update dependency versions in Dependencies.scala (#3422)
---
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]