Skip to content

Commit

Permalink
Upgrade transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Grekkq committed Mar 30, 2023
1 parent 873fe91 commit ee5f5ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ libraryDependencies ++= Seq(
"org.apache.httpcomponents" % "httpclient" % "4.5.13",
"ch.qos.logback.contrib" % "logback-json-classic" % logbackJson,
"ch.qos.logback.contrib" % "logback-jackson" % logbackJson,
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4",
"com.auth0" % "java-jwt" % "4.0.0",
"com.bettercloud" % "vault-java-driver" % "5.1.0",
"redis.clients" % "jedis" % "4.3.0-m1",
Expand All @@ -53,6 +52,9 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test,
"com.amazonaws" % "aws-java-sdk-sts" % "1.12.307" % IntegrationTest,
)
dependencyOverrides ++= Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2",
)

configs(IntegrationTest)
Defaults.itSettings
Expand Down

0 comments on commit ee5f5ad

Please sign in to comment.