Skip to content

Commit c711cd6

Browse files
committed
Update jackson-databind to 2.19.2
1 parent 1206227 commit c711cd6

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
@@ -163,7 +163,7 @@ lazy val msgpackJackson = Project(id = "msgpack-jackson", base = file("msgpack-j
163163
OsgiKeys.exportPackage := Seq("org.msgpack.jackson", "org.msgpack.jackson.dataformat"),
164164
libraryDependencies ++=
165165
Seq(
166-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.4",
166+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.19.2",
167167
junitJupiter,
168168
junitVintage,
169169
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"

0 commit comments

Comments
 (0)