Skip to content

Commit 10104a4

Browse files
committed
Upgrade jackson to 2.7.1
1 parent de7056a commit 10104a4

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
@@ -97,7 +97,7 @@ lazy val msgpackJackson = Project(id = "msgpack-jackson", base = file("msgpack-j
9797
name := "jackson-dataformat-msgpack",
9898
description := "Jackson extension that adds support for MessagePack",
9999
libraryDependencies ++= Seq(
100-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.6.3",
100+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.7.1",
101101
junitInterface,
102102
"org.apache.commons" % "commons-math3" % "3.4.1" % "test"
103103
),

0 commit comments

Comments
 (0)