Skip to content

Commit

Permalink
Update aws-java-sdk-autoscaling, ... to 1.12.701 (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Apr 14, 2024
1 parent 0e8db67 commit 7e795c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration-test/aws-api-ec2/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ enablePlugins(JavaAppPackaging)

Universal / packageName := "app" // should produce app.zip

libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudformation" % "1.12.700" % IntegrationTest
libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudformation" % "1.12.701" % IntegrationTest

libraryDependencies += "com.amazonaws" % "aws-java-sdk-autoscaling" % "1.12.700" % IntegrationTest
libraryDependencies += "com.amazonaws" % "aws-java-sdk-autoscaling" % "1.12.701" % IntegrationTest

libraryDependencies += "com.fasterxml.jackson.core" % "jackson-databind" % "2.11.4" // aws SDK depends on insecure jackson

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Dependencies {
val scalaTestVersion = "3.2.18"
val scalaTestPlusJUnitVersion = scalaTestVersion + ".0"

val awsSdkVersion = "1.12.700"
val awsSdkVersion = "1.12.701"
val jacksonVersion = "2.16.2"

val log4j2Version = "2.23.1"
Expand Down

0 comments on commit 7e795c1

Please sign in to comment.