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 =
521
521
.map(_.withConfigurations(Some (" it,test" ))),
522
522
libraryDependencies ++= Seq (
523
523
" 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 " ,
525
525
" org.scalatestplus" %% " mockito-3-4" % " 3.2.10.0" % " it"
526
526
),
527
527
Defaults .itSettings
@@ -552,7 +552,7 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
552
552
val spireVersion = " 0.18.0"
553
553
val kafkaVersion = " 8.0.0-ce"
554
554
val pureconfigVersion = " 0.17.9"
555
- val jackSonVersion = " 2.19.1 "
555
+ val jackSonVersion = " 2.19.2 "
556
556
val log4jApiScalaVersion = " 13.1.0"
557
557
val log4jVersion = " 2.25.1"
558
558
val avro4sVersion = " 4.1.2"
You can’t perform that action at this time.
0 commit comments