Skip to content

Commit 33eb803

Browse files
Update s3, sqs from 2.29.9 to 2.29.15
1 parent 558c080 commit 33eb803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
452452
"org.elasticmq" %% "elasticmq-core" % "1.6.8",
453453
"org.elasticmq" %% "elasticmq-server" % "1.6.8",
454454
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.8",
455-
"software.amazon.awssdk" % "sqs" % "2.29.9"
455+
"software.amazon.awssdk" % "sqs" % "2.29.15"
456456
),
457457
Defaults.itSettings
458458
)
@@ -576,7 +576,7 @@ lazy val scala_libraries_testing = (project in file("scala-libraries-testing"))
576576
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.777" % IntegrationTest,
577577
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % IntegrationTest,
578578
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % "0.41.3" % IntegrationTest,
579-
"software.amazon.awssdk" % "s3" % "2.29.9"
579+
"software.amazon.awssdk" % "s3" % "2.29.15"
580580
),
581581
Defaults.itSettings,
582582
IntegrationTest / fork := true

0 commit comments

Comments
 (0)