From 46b2dc2e76b55996d6305603584f3a83eaf25f3c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 22 Nov 2022 13:57:09 +0000 Subject: [PATCH] Update jackson-databind from 2.14.0 to 2.14.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index cfb62b80..dc20116a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -18,7 +18,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.14.0" + val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.14.1" val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "23.0.0" val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2" val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full