From 37233805e6c0a162087ce22768dbde3a2b3de362 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 8 May 2025 14:49:58 +0000 Subject: [PATCH] Update jackson-databind from 2.18.3 to 2.18.4 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b94ba67d..2c51f647 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -19,7 +19,7 @@ object Dependencies { val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s val http4sPrometheus = "org.http4s" %% "http4s-prometheus-metrics" % Versions.http4s val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s - val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.3" + val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.4" val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "26.0.2" val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2" val kindProjector = "org.typelevel" % "kind-projector" % "0.13.3" cross CrossVersion.full