From f44b0fdba5d04f396df72d6644125c8d3481dab9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 7 Jul 2021 00:05:41 +0200 Subject: [PATCH] Update jackson-databind from 2.12.3 to 2.12.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 21b7c3a0f..d0ee50816 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.3" + val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.4" 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.3.RELEASE"