Skip to content

Commit 48f26c4

Browse files
authored
Merge branch 'master' into update/jedis-6.2.0
2 parents e83f3f3 + 4d63db4 commit 48f26c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
472472
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.14"
473473
),
474474
libraryDependencies ++= Seq(
475-
"software.amazon.awssdk" % "sqs" % "2.32.29"
475+
"software.amazon.awssdk" % "sqs" % "2.32.33"
476476
),
477477
Defaults.itSettings
478478
)
@@ -521,7 +521,7 @@ lazy val redis_intro =
521521
.map(_.withConfigurations(Some("it,test"))),
522522
libraryDependencies ++= Seq(
523523
"redis.clients" % "jedis" % "6.2.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"))
552552
val spireVersion = "0.18.0"
553553
val kafkaVersion = "8.0.0-ce"
554554
val pureconfigVersion = "0.17.9"
555-
val jackSonVersion = "2.19.2"
555+
val jackSonVersion = "2.20.0"
556556
val log4jApiScalaVersion = "13.1.0"
557557
val log4jVersion = "2.25.1"
558558
val avro4sVersion = "4.1.2"
@@ -596,7 +596,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
596596
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.788" % IntegrationTest,
597597
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
598598
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
599-
"software.amazon.awssdk" % "s3" % "2.32.29"
599+
"software.amazon.awssdk" % "s3" % "2.32.33"
600600
),
601601
Defaults.itSettings,
602602
IntegrationTest / fork := true

0 commit comments

Comments
 (0)