This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko-management.git
commit 4df5ee5862fefe3ea935c8f75dfc4bc0724fb9dc Author: PJ Fanning <[email protected]> AuthorDate: Sun May 12 10:06:54 2024 +0100 upgrade jackson used in integration test --- integration-test/aws-api-ec2/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-test/aws-api-ec2/build.sbt b/integration-test/aws-api-ec2/build.sbt index 9b4afe28..da045f0c 100644 --- a/integration-test/aws-api-ec2/build.sbt +++ b/integration-test/aws-api-ec2/build.sbt @@ -15,6 +15,6 @@ libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudformation" % "1.12.7 libraryDependencies += "com.amazonaws" % "aws-java-sdk-autoscaling" % "1.12.720" % IntegrationTest -libraryDependencies += "com.fasterxml.jackson.core" % "jackson-databind" % "2.11.4" // aws SDK depends on insecure jackson +libraryDependencies += "com.fasterxml.jackson.core" % "jackson-databind" % "2.12.7.2" // aws SDK depends on old version of jackson libraryDependencies += "org.scalatest" %% "scalatest" % Dependencies.scalaTestVersion % IntegrationTest --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
