From 18987b826bf382607d2cc025b6b7c3dcecbff23a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 5 Mar 2021 14:07:32 +0100 Subject: [PATCH] Update jackson-databind to 2.12.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3c47c3ac9..9638c7dde 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -16,7 +16,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.12.1" + val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.2" val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2" val kindProjector = "org.typelevel" % "kind-projector" % "0.11.3" cross CrossVersion.full val lettuce = "io.lettuce" % "lettuce-core" % "6.0.2.RELEASE"