Skip to content

Commit 9f42f03

Browse files
authored
Merge branch 'master' into update/os-lib-0.10.7
2 parents 3402f76 + fb21484 commit 9f42f03

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -451,21 +451,21 @@ lazy val scala_libraries = (project in file("scala-libraries"))
451451
"org.elasticmq" %% "elasticmq-core" % "1.6.7",
452452
"org.elasticmq" %% "elasticmq-server" % "1.6.7",
453453
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.7",
454-
"software.amazon.awssdk" % "sqs" % "2.27.21"
454+
"software.amazon.awssdk" % "sqs" % "2.27.24"
455455
),
456456
Defaults.itSettings
457457
)
458458

459459
val http4sBlaze = "0.23.16"
460-
val http4sVersion = "0.23.27"
460+
val http4sVersion = "0.23.28"
461461
val osLibVersion = "0.10.7"
462462

463463
val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
464464

465465
val log4jApiScalaDep =
466466
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0"
467467

468-
val munitDep = "org.scalameta" %% "munit" % "1.0.1" % Test
468+
val munitDep = "org.scalameta" %% "munit" % "1.0.2" % Test
469469

470470
lazy val scala_libraries_os = (project in file("scala-libraries-os"))
471471
.settings(
@@ -524,7 +524,7 @@ val jackSonVersion = "2.17.2"
524524
val log4jApiScalaVersion = "13.1.0"
525525
val log4jVersion = "2.20.0"
526526
val avro4sVersion = "4.1.2"
527-
val kafkaAvroSerializer = "7.7.0"
527+
val kafkaAvroSerializer = "7.7.1"
528528

529529
val pureConfigDep = "com.github.pureconfig" %% "pureconfig" % pureconfigVersion
530530

@@ -561,10 +561,10 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
561561
scalaMock,
562562
"com.lihaoyi" %% "utest" % "0.8.4" % "test",
563563
munitDep,
564-
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.771" % IntegrationTest,
564+
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.772" % IntegrationTest,
565565
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
566566
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
567-
"software.amazon.awssdk" % "s3" % "2.27.21"
567+
"software.amazon.awssdk" % "s3" % "2.27.24"
568568
),
569569
Defaults.itSettings,
570570
IntegrationTest / fork := true

play-scala/dependency-injection/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ scalaVersion := ScalaVersions.scala3Version
88

99
libraryDependencies += guice
1010
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % LibraryVersions.scalatestPlayVersion % Test
11-
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.5.9" % Provided
12-
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.5.9"
11+
libraryDependencies += "com.softwaremill.macwire" %% "macros" % "2.6.1" % Provided
12+
libraryDependencies += "com.softwaremill.macwire" %% "util" % "2.6.1"

scala-libraries-standalone/tapir/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val scalaV = "2.12.16"
2-
val tapirV = "1.11.2"
2+
val tapirV = "1.11.3"
33
ThisBuild / scalaVersion := scalaV
44
ThisBuild / version := "1.0.0"
55
ThisBuild / organization := "com.baeldung"

0 commit comments

Comments
 (0)