Skip to content

Commit

Permalink
Update jackson-module-scala to 2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonschabas committed Oct 26, 2023
1 parent acbeba1 commit b4f864b
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 @@ -25,7 +25,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= Seq(
"org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % "it, test",
"com.typesafe.play" %% "play-slick" % "5.1.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.2",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.3",
"com.dimafeng" %% "testcontainers-scala-scalatest" % testContainerVersion % "it",
"com.dimafeng" %% "testcontainers-scala-postgresql" % testContainerVersion % "it",
"org.postgresql" % "postgresql" % "42.6.0",
Expand Down

0 comments on commit b4f864b

Please sign in to comment.