Skip to content

Commit

Permalink
Merge pull request #2611 from guardian/asyncHttpClient-vulnerability
Browse files Browse the repository at this point in the history
More dependencyOverrides for asyncHttpClient
  • Loading branch information
rupertbates authored Dec 20, 2024
2 parents f118d16 + 549911f commit aa23c8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ lazy val `salesforce-sttp-client` = library(
.settings(
libraryDependencies ++=
Seq(sttp, sttpCirce, sttpAsyncHttpClientBackendCats % Test, scalatest, catsCore, catsEffect, circe) ++ logging,
dependencyOverrides ++= jacksonDependencies,
dependencyOverrides ++= jacksonDependencies :+ asyncHttpClientOverride,
)

lazy val `salesforce-sttp-test-stub` = library(
Expand Down Expand Up @@ -328,6 +328,7 @@ lazy val `imovo-sttp-client` = library(project in file("lib/imovo/imovo-sttp-cli
.settings(
libraryDependencies ++=
Seq(sttp, sttpCirce, sttpAsyncHttpClientBackendCats % Test, scalatest, catsCore, catsEffect, circe) ++ logging,
dependencyOverrides ++= Seq(asyncHttpClientOverride),
)

lazy val `imovo-sttp-test-stub` = library(
Expand Down

0 comments on commit aa23c8c

Please sign in to comment.