Skip to content

Commit

Permalink
bump: Jackson 2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Sep 18, 2023
1 parent 492605b commit 7d2fadf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ -6,6 +6,6 @@ libraryDependencies += "com.amazonaws" % "aws-java-sdk-cloudformation" % "1.12.5

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

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

libraryDependencies += "org.scalatest" %% "scalatest" % Dependencies.ScalaTestVersion % IntegrationTest
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ object Dependencies {
val ScalaTestPlusJUnitVersion = ScalaTestVersion + ".0"

val AwsSdkVersion = "1.12.539"
val JacksonVersion = "2.13.4"
val JacksonDatabindVersion = "2.13.4.2"
val JacksonVersion = "2.15.2"
val JacksonDatabindVersion = "2.15.2"

val Log4j2Version = "2.20.0"

Expand Down

0 comments on commit 7d2fadf

Please sign in to comment.