Skip to content

Commit

Permalink
bump: jackson-databind 2.15.3 (was 2.15.2) (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 15, 2024
1 parent 3c81826 commit 0e40392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/aws-api-ec2/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudformation" % "1.12.6

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

libraryDependencies += "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2" // aws SDK depends on insecure jackson
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.3" // aws SDK depends on insecure jackson

libraryDependencies += "org.scalatest" %% "scalatest" % Dependencies.ScalaTestVersion % IntegrationTest

0 comments on commit 0e40392

Please sign in to comment.