Skip to content

Commit 3875072

Browse files
authored
Merge pull request commercetools#681 from scala-steward/update/jackson-databind-2.19.1
Update jackson-databind to 2.19.1
2 parents 00faf2e + 5cc7923 commit 3875072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/json-core/dependencies.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
libraryDependencies ++= Seq(
22
"org.json4s" %% "json4s-jackson" % "4.0.7",
3-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.19.0",
3+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.19.1",
44
"org.typelevel" %% "cats-core" % "2.13.0"
55
)

0 commit comments

Comments
 (0)