Skip to content

Commit

Permalink
Update jackson-core to 2.12.3 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 27, 2021
1 parent 706f526 commit 1a1fceb
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 @@ -114,7 +114,7 @@ lazy val `jackson-212` = project.in(modules / "jackson-212")
.settings(
name := "tethys-jackson212",
libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-core" % "2.12.1"
"com.fasterxml.jackson.core" % "jackson-core" % "2.12.3"
)
)
.dependsOn(core)
Expand Down

0 comments on commit 1a1fceb

Please sign in to comment.