Skip to content

Commit

Permalink
bump: aws-java-sdk-autoscaling, ... 1.12.581 (was 1.12.561) (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 6, 2023
1 parent 414d2af commit af79046
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 @@ -4,9 +4,9 @@ resolvers += "Akka library repository".at("https://repo.akka.io/maven")

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

libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudformation" % "1.12.561" % IntegrationTest
libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudformation" % "1.12.581" % IntegrationTest

libraryDependencies += "com.amazonaws" % "aws-java-sdk-autoscaling" % "1.12.561" % IntegrationTest
libraryDependencies += "com.amazonaws" % "aws-java-sdk-autoscaling" % "1.12.581" % IntegrationTest

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

val AwsSdkVersion = "1.12.561"
val AwsSdkVersion = "1.12.581"
val JacksonVersion = "2.15.2"
val JacksonDatabindVersion = JacksonVersion

Expand Down

0 comments on commit af79046

Please sign in to comment.