Skip to content

Commit

Permalink
jackson-core, jackson-databind 2.16.0 (was 2.14.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 25, 2023
1 parent 10cd132 commit d109037
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.2") % Test
}

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

0 comments on commit d109037

Please sign in to comment.