Skip to content

Commit a08b9eb

Browse files
Update jackson-databind to 2.18.4 (#886)
* Update jackson-databind to 2.18.4 * Update build.sbt --------- Co-authored-by: Taro L. Saito <[email protected]>
1 parent 4e6458a commit a08b9eb

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
@@ -133,7 +133,7 @@ lazy val msgpackJackson =
133133
"org.msgpack.jackson.dataformat"
134134
),
135135
libraryDependencies ++= Seq(
136-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.2",
136+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.4",
137137
junitJupiter,
138138
junitVintage,
139139
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"

0 commit comments

Comments
 (0)