Skip to content

Commit b1a8f8e

Browse files
authored
upgrade jackson, netty, protobuf-java (#2676)
* upgrade jackson, netty, protobuf-java * config 1.4.6 * sbt 1.12.3
1 parent a497179 commit b1a8f8e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

project/Dependencies.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.7
1+
sbt.version=1.12.3

0 commit comments

Comments
 (0)