This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.5.x by this push:
new b1a8f8e6de upgrade jackson, netty, protobuf-java (#2676)
b1a8f8e6de is described below
commit b1a8f8e6de7d04d72ff8a8e940f3efb2b90acc1e
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Feb 26 17:24:24 2026 +0100
upgrade jackson, netty, protobuf-java (#2676)
* upgrade jackson, netty, protobuf-java
* config 1.4.6
* sbt 1.12.3
---
project/Dependencies.scala | 10 +++++-----
project/build.properties | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index be9b09e1f9..15da6e3e7d 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.1"
+ val protobufJavaVersion = "4.33.5"
val protocVersion = "33.0"
}
@@ -36,11 +36,11 @@ 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.9.Final"
+ val nettyVersion = "4.2.10.Final"
val logbackVersion = "1.3.15"
- val jacksonAnnotationsVersion = "2.20"
- val jacksonCoreVersion = "2.20.1"
+ val jacksonAnnotationsVersion = "2.21"
+ val jacksonCoreVersion = "2.21.1"
val jacksonDatabindVersion = jacksonCoreVersion
val scala212Version = "2.12.21"
@@ -63,7 +63,7 @@ object Dependencies {
object Compile {
// Compile
- val config = "com.typesafe" % "config" % "1.4.5"
+ val config = "com.typesafe" % "config" % "1.4.6"
val `netty-transport` = "io.netty" % "netty-transport" % nettyVersion
val `netty-handler` = "io.netty" % "netty-handler" % nettyVersion
diff --git a/project/build.properties b/project/build.properties
index 01a16ed146..c605beba56 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.11.7
+sbt.version=1.12.3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]