File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ lazy val redis_intro =
521521 .map(_.withConfigurations(Some (" it,test" ))),
522522 libraryDependencies ++= Seq (
523523 " redis.clients" % " jedis" % " 6.1.0" ,
524- " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.19.2 " ,
524+ " com.fasterxml.jackson.module" %% " jackson-module-scala" % " 2.20.0 " ,
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"))
552552val spireVersion = " 0.18.0"
553553val kafkaVersion = " 8.0.0-ce"
554554val pureconfigVersion = " 0.17.9"
555- val jackSonVersion = " 2.19.2 "
555+ val jackSonVersion = " 2.20.0 "
556556val log4jApiScalaVersion = " 13.1.0"
557557val log4jVersion = " 2.25.1"
558558val avro4sVersion = " 4.1.2"
You can’t perform that action at this time.
0 commit comments