We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8f092f + 91a851e commit 8fe9461Copy full SHA for 8fe9461
project/Dependencies.scala
@@ -18,7 +18,7 @@ object Dependencies {
18
val http4sClient = "org.http4s" %% "http4s-client" % Versions.http4s
19
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
20
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
21
- val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.2"
+ val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.0"
22
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "23.0.0"
23
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
24
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full
0 commit comments