This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new c6ecc9b9 Update aws-java-sdk-autoscaling, ... to 1.12.705 (#206)
c6ecc9b9 is described below

commit c6ecc9b991daa0fd91c1223cb65aafe343134efa
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 21 10:04:28 2024 +0200

    Update aws-java-sdk-autoscaling, ... to 1.12.705 (#206)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 integration-test/aws-api-ec2/build.sbt | 4 ++--
 project/Dependencies.scala             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/integration-test/aws-api-ec2/build.sbt 
b/integration-test/aws-api-ec2/build.sbt
index be6666e8..7845fd40 100644
--- a/integration-test/aws-api-ec2/build.sbt
+++ b/integration-test/aws-api-ec2/build.sbt
@@ -11,9 +11,9 @@ enablePlugins(JavaAppPackaging)
 
 Universal / packageName := "app" // should produce app.zip
 
-libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudformation" % 
"1.12.701" % IntegrationTest
+libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudformation" % 
"1.12.705" % IntegrationTest
 
-libraryDependencies += "com.amazonaws" % "aws-java-sdk-autoscaling" % 
"1.12.701" % IntegrationTest
+libraryDependencies += "com.amazonaws" % "aws-java-sdk-autoscaling" % 
"1.12.705" % IntegrationTest
 
 libraryDependencies += "com.fasterxml.jackson.core" % "jackson-databind" % 
"2.11.4" // aws SDK depends on insecure jackson
 
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index b3497560..bd2154a1 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -24,7 +24,7 @@ object Dependencies {
   val scalaTestVersion = "3.2.18"
   val scalaTestPlusJUnitVersion = scalaTestVersion + ".0"
 
-  val awsSdkVersion = "1.12.701"
+  val awsSdkVersion = "1.12.705"
   val jacksonVersion = "2.16.2"
 
   val log4j2Version = "2.23.1"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to