Skip to content

Commit

Permalink
jackson-core, jackson-databind 2.15.3 (was 2.14.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 17, 2023
1 parent ad95dcd commit 7233479
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.15.3"
val jacksonDatabind = Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion
)
Expand Down

0 comments on commit 7233479

Please sign in to comment.