Skip to content

Commit

Permalink
Merge pull request #790 from scala-steward/update/jackson-core-2.13.4
Browse files Browse the repository at this point in the history
jackson-core, jackson-databind 2.13.4 (was 2.13.3)
  • Loading branch information
ihostage authored Sep 14, 2022
2 parents 94c5bb5 + 7c15c3c commit 39cf5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ def specs2(scalaVersion: String) =
("org.specs2" %% s"specs2-$n" % "4.16.1") % Test
}

val jacksonDatabindVersion = "2.13.3"
val jacksonDatabindVersion = "2.13.4"
val jacksonDatabind = Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion
)

val jacksonVersion = "2.13.3"
val jacksonVersion = "2.13.4"
val jacksons = Seq(
"com.fasterxml.jackson.core" % "jackson-core",
"com.fasterxml.jackson.core" % "jackson-annotations",
Expand Down

0 comments on commit 39cf5fb

Please sign in to comment.