Skip to content

Commit 44c939b

Browse files
Update jackson-databind to 2.13.4 (#675)
1 parent 965564d commit 44c939b

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.13.3",
112+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4",
113113
junitInterface,
114114
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"
115115
),

0 commit comments

Comments
 (0)