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 95e0fc9 + 7636e2c commit 8d00101Copy full SHA for 8d00101
project/Dependencies.scala
@@ -16,7 +16,7 @@ object Dependencies {
16
val http4sClient = "org.http4s" %% "http4s-client" % Versions.http4s
17
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
18
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
19
- val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.2"
+ val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.3"
20
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
21
val kindProjector = "org.typelevel" % "kind-projector" % "0.11.3" cross CrossVersion.full
22
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.0.RELEASE"
0 commit comments