Skip to content

Commit 4bdaf8e

Browse files
Update jackson-databind to 2.16.1 (#788)
1 parent 42daf71 commit 4bdaf8e

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
@@ -109,7 +109,7 @@ lazy val msgpackJackson =
109109
"org.msgpack.jackson.dataformat"
110110
),
111111
libraryDependencies ++= Seq(
112-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.3",
112+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.16.1",
113113
junitInterface,
114114
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
115115
),

0 commit comments

Comments
 (0)