Skip to content

Commit de97ca7

Browse files
authored
Merge branch 'master' into update/jackson-databind-2.19.0
2 parents bc7679a + 04d3fc8 commit de97ca7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -391,12 +391,12 @@ lazy val scala2_libraries =
391391
enumeratumDep,
392392
"io.monix" %% "monix" % monixVersion,
393393
pureConfigDep,
394-
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.8",
394+
"com.github.pureconfig" %% "pureconfig-enumeratum" % "0.17.9",
395395
"com.typesafe" % "config" % "1.4.3",
396396
"org.scala-lang.modules" %% "scala-async" % "1.0.1",
397397
"com.clever-cloud.pulsar4s" %% "pulsar4s-core" % "2.10.0",
398398
"com.clever-cloud.pulsar4s" %% "pulsar4s-jackson" % "2.10.0",
399-
"org.testcontainers" % "pulsar" % "1.20.6" % IntegrationTest,
399+
"org.testcontainers" % "pulsar" % "1.21.0" % IntegrationTest,
400400
"org.apache.kafka" % "kafka-clients" % kafkaVersion,
401401
"com.fasterxml.jackson.core" % "jackson-databind" % jackSonVersion,
402402
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % jackSonVersion,
@@ -417,7 +417,7 @@ lazy val scala2_libraries =
417417
val circeVersion = "0.14.12"
418418
val monixVersion = "3.4.1"
419419
val sparkVersion = "3.5.5"
420-
val elastic4sVersion = "8.17.1"
420+
val elastic4sVersion = "8.18.0"
421421

422422
val sparkCoreDep = "org.apache.spark" %% "spark-core" % sparkVersion
423423
val sparkSqlDep = "org.apache.spark" %% "spark-sql" % sparkVersion
@@ -471,7 +471,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
471471
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.12"
472472
),
473473
libraryDependencies ++= Seq(
474-
"software.amazon.awssdk" % "sqs" % "2.31.25"
474+
"software.amazon.awssdk" % "sqs" % "2.31.30"
475475
),
476476
Defaults.itSettings
477477
)
@@ -550,7 +550,7 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
550550

551551
val spireVersion = "0.18.0"
552552
val kafkaVersion = "7.9.0-ce"
553-
val pureconfigVersion = "0.17.8"
553+
val pureconfigVersion = "0.17.9"
554554
val jackSonVersion = "2.19.0"
555555
val log4jApiScalaVersion = "13.1.0"
556556
val log4jVersion = "2.20.0"
@@ -595,7 +595,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
595595
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.782" % IntegrationTest,
596596
"com.dimafeng" %% "testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest,
597597
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % scalaTestContainersVersion % IntegrationTest,
598-
"software.amazon.awssdk" % "s3" % "2.31.25"
598+
"software.amazon.awssdk" % "s3" % "2.31.30"
599599
),
600600
Defaults.itSettings,
601601
IntegrationTest / fork := true

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
22

33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")
4-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
4+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
55

66
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.2.1")
77
libraryDependencies += "ai.kien" %% "python-native-libs" % "0.2.4"

0 commit comments

Comments
 (0)