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 059a8842 upgrade jackson used in integration test (#234)
059a8842 is described below

commit 059a88423c1ff4680821fefb478120ec4bdf37ae
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 12 12:25:24 2024 +0100

    upgrade jackson used in integration test (#234)
---
 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]

Reply via email to