Skip to content

Commit 925e89a

Browse files
Update jackson-databind to 2.22.0 (#1000)
1 parent 39ddefd commit 925e89a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ lazy val msgpackJackson = Project(id = "msgpack-jackson", base = file("msgpack-j
180180
OsgiKeys.exportPackage := Seq("org.msgpack.jackson", "org.msgpack.jackson.dataformat"),
181181
libraryDependencies ++=
182182
Seq(
183-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.2",
183+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.22.0",
184184
junitJupiter,
185185
junitVintage,
186186
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"

0 commit comments

Comments
 (0)