Skip to content

Commit

Permalink
jackson-databind 2.16.1 (was 2.14.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 28, 2024
1 parent 3ace273 commit 380cac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -31,7 +31,7 @@ object Dependencies {
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test
)

val jacksonVersion = "2.14.3"
val jacksonVersion = "2.16.1"
val jacksonDatabind = Seq("com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion)
val jacksons = Seq(
"com.fasterxml.jackson.core" % "jackson-core",
Expand Down

0 comments on commit 380cac8

Please sign in to comment.