diff --git a/project/Dependencies.scala b/project/Dependencies.scala index be9b09e1f95..15da6e3e7db 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 01a16ed1465..c605beba567 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.7 +sbt.version=1.12.3