Skip to content

Commit 8af2f04

Browse files
Update jackson-module-scala to 2.19.2 (#278)
1 parent e04af23 commit 8af2f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lazy val root = (project in file("."))
4444
IntegrationTest / parallelExecution := false,
4545
libraryDependencies ++= Seq(
4646
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0",
47-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.1",
47+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.2",
4848
"org.playframework" %% "play-json" % playJsonVersion,
4949
"org.playframework" %% "play-ws-standalone" % playWsVersion,
5050
"org.playframework" %% "play-ws-standalone-json" % playWsVersion,

0 commit comments

Comments
 (0)