We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba38b1 commit 4469bf6Copy full SHA for 4469bf6
build.sbt
@@ -102,7 +102,7 @@ lazy val msgpackJackson =
102
"org.msgpack.jackson.dataformat"
103
),
104
libraryDependencies ++= Seq(
105
- "com.fasterxml.jackson.core" % "jackson-databind" % "2.10.5.1",
+ "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.3",
106
junitInterface,
107
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
108
0 commit comments