Skip to content

Commit

Permalink
Update sqs to 2.23.5 (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 18, 2024
1 parent c1d2c2a commit 5765b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Dependencies {
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.5.5",
"org.mockito" %% "mockito-scala" % "1.17.30",
"org.scalatest" %% "scalatest" % scalaTestVersion,
"software.amazon.awssdk" % "sqs" % "2.23.3"
"software.amazon.awssdk" % "sqs" % "2.23.5"
)

val integrationtest: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 5765b00

Please sign in to comment.