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 a35a763 + 15264ca commit c8b95ecCopy full SHA for c8b95ec
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.13.2"
+ val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.2.1"
20
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
21
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full
22
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.8.RELEASE"
0 commit comments