Skip to content

Commit 5b5f8e6

Browse files
Update jackson-databind to 2.10.5.1 (#559)
1 parent cad4476 commit 5b5f8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ lazy val msgpackJackson =
102102
"org.msgpack.jackson.dataformat"
103103
),
104104
libraryDependencies ++= Seq(
105-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.5",
105+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.5.1",
106106
junitInterface,
107107
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
108108
),

0 commit comments

Comments
 (0)