Skip to content

Commit

Permalink
bump: aws-java-sdk-autoscaling, ... 1.12.539 (was 1.12.518) (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 30, 2023
1 parent 64eceab commit da1e24c
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 @@ -2,9 +2,9 @@ enablePlugins(JavaAppPackaging)

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

libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudformation" % "1.12.518" % IntegrationTest
libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudformation" % "1.12.539" % IntegrationTest

libraryDependencies += "com.amazonaws" % "aws-java-sdk-autoscaling" % "1.12.518" % IntegrationTest
libraryDependencies += "com.amazonaws" % "aws-java-sdk-autoscaling" % "1.12.539" % IntegrationTest

libraryDependencies += "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.2" // 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 @@ -18,7 +18,7 @@ object Dependencies {
val ScalaTestVersion = "3.2.16"
val ScalaTestPlusJUnitVersion = ScalaTestVersion + ".0"

val AwsSdkVersion = "1.12.518"
val AwsSdkVersion = "1.12.539"
val JacksonVersion = "2.13.4"
val JacksonDatabindVersion = "2.13.4.2"

Expand Down

0 comments on commit da1e24c

Please sign in to comment.