Skip to content

Commit

Permalink
Merge pull request #1016 from scala-steward/update/jackson-databind-2…
Browse files Browse the repository at this point in the history
….14.0

Update jackson-databind from 2.13.4.2 to 2.14.0
  • Loading branch information
mergify[bot] authored Nov 6, 2022
2 parents b8f092f + 91a851e commit 8fe9461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
val http4sClient = "org.http4s" %% "http4s-client" % Versions.http4s
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.2"
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.0"
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "23.0.0"
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full
Expand Down

0 comments on commit 8fe9461

Please sign in to comment.