From 7a33d7062beea2e6262af1d589d7371c1607d854 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Aug 2021 06:04:26 +0200 Subject: [PATCH] Update jackson-databind from 2.12.4 to 2.12.5 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index dfaf4012c..86b4955f3 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.4" + val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.5" val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2" val kindProjector = "org.typelevel" % "kind-projector" % "0.13.0" cross CrossVersion.full val lettuce = "io.lettuce" % "lettuce-core" % "6.1.4.RELEASE"