@@ -21,7 +21,7 @@ object Dependencies {
2121 object Protobuf {
2222 // https://protobuf.dev/support/version-support/
2323 // protobuf-java 4.x corresponds with protoc 26.x-33.x
24- val protobufJavaVersion = " 4.33.1 "
24+ val protobufJavaVersion = " 4.33.5 "
2525 val protocVersion = " 33.0"
2626 }
2727
@@ -36,11 +36,11 @@ object Dependencies {
3636 // needs to be inline with the aeron version, check
3737 // https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
3838 val agronaVersion = " 1.22.0"
39- val nettyVersion = " 4.2.9 .Final"
39+ val nettyVersion = " 4.2.10 .Final"
4040 val logbackVersion = " 1.3.15"
4141
42- val jacksonAnnotationsVersion = " 2.20 "
43- val jacksonCoreVersion = " 2.20 .1"
42+ val jacksonAnnotationsVersion = " 2.21 "
43+ val jacksonCoreVersion = " 2.21 .1"
4444 val jacksonDatabindVersion = jacksonCoreVersion
4545
4646 val scala212Version = " 2.12.21"
@@ -63,7 +63,7 @@ object Dependencies {
6363 object Compile {
6464 // Compile
6565
66- val config = " com.typesafe" % " config" % " 1.4.5 "
66+ val config = " com.typesafe" % " config" % " 1.4.6 "
6767 val `netty-transport` = " io.netty" % " netty-transport" % nettyVersion
6868 val `netty-handler` = " io.netty" % " netty-handler" % nettyVersion
6969
0 commit comments