Skip to content

Commit 8fe9461

Browse files
authored
Merge pull request #1016 from scala-steward/update/jackson-databind-2.14.0
Update jackson-databind from 2.13.4.2 to 2.14.0
2 parents b8f092f + 91a851e commit 8fe9461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object Dependencies {
1818
val http4sClient = "org.http4s" %% "http4s-client" % Versions.http4s
1919
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
2020
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
21-
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.2"
21+
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.0"
2222
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "23.0.0"
2323
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
2424
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full

0 commit comments

Comments
 (0)