Skip to content

Commit 953f565

Browse files
authored
Merge pull request #1391 from scala-steward/update/jackson-databind-2.20.1
Update jackson-databind from 2.20.0 to 2.20.1
2 parents ff70da9 + d6bc1bc commit 953f565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object Dependencies {
1919
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
2020
val http4sPrometheus = "org.http4s" %% "http4s-prometheus-metrics" % Versions.http4s
2121
val http4sServer = "org.http4s" %% "http4s-server" % Versions.http4s
22-
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.20.0"
22+
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.20.1"
2323
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "26.0.2-1"
2424
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
2525
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.4" cross CrossVersion.full

0 commit comments

Comments
 (0)