Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand All @@ -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"
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.3
Loading