Skip to content

Commit fedd153

Browse files
authored
Merge pull request #1944 from Baeldung/update/jackson-module-scala-2.19.2
Update jackson-module-scala from 2.19.1 to 2.19.2
2 parents 4a99d87 + 987ed7c commit fedd153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ lazy val redis_intro =
521521
.map(_.withConfigurations(Some("it,test"))),
522522
libraryDependencies ++= Seq(
523523
"redis.clients" % "jedis" % "6.0.0",
524-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.1",
524+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.2",
525525
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
526526
),
527527
Defaults.itSettings
@@ -552,7 +552,7 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
552552
val spireVersion = "0.18.0"
553553
val kafkaVersion = "8.0.0-ce"
554554
val pureconfigVersion = "0.17.9"
555-
val jackSonVersion = "2.19.1"
555+
val jackSonVersion = "2.19.2"
556556
val log4jApiScalaVersion = "13.1.0"
557557
val log4jVersion = "2.25.1"
558558
val avro4sVersion = "4.1.2"

0 commit comments

Comments
 (0)