Skip to content

Commit

Permalink
jackson-core, jackson-databind 2.18.0 (was 2.14.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 14, 2024
1 parent 5534d33 commit 69e3d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def specs2(scalaVersion: String) =
("org.specs2" %% s"specs2-$n" % "4.20.8") % Test
}

val jacksonDatabindVersion = "2.14.3"
val jacksonDatabindVersion = "2.18.0"
val jacksonDatabind = Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion
)
Expand Down

0 comments on commit 69e3d95

Please sign in to comment.