Skip to content

Commit

Permalink
Force eviction of jackson-databind 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Apr 24, 2024
1 parent 9c030d8 commit d12163d
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions elasticsearch/build.sbt
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
import Dependencies._

libraryDependencies ++= Seq(
AkkaActor % Provided,
AkkaActor % Provided,
ApacheHttpAsyncClient,
ApacheHttpClient,
ApacheHttpCore,
CirceCore,
Elastic4sClientEsJava,
Elastic4sCore,
ElasticsearchRestClient,
AkkaTestkit % Test,
AkkaHttpTestkit % Test,
AkkaSlf4J % Test,
Elastic4sTestkit % Test,
ElasticsearchClusterRunner % Test,
Log4JCore % Test,
Log4JSlf4j % Test,
Specs2Core % Test
// This is explicitly included to force the eviction of a dependency exposing the following direct vulnerabilities:
// CVE-2022-42004, CVE-2022-42003 and CVE-2020-36518.
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.5",
AkkaTestkit % Test,
AkkaHttpTestkit % Test,
AkkaSlf4J % Test,
Elastic4sTestkit % Test,
ElasticsearchClusterRunner % Test,
Log4JCore % Test,
Log4JSlf4j % Test,
Specs2Core % Test
)

0 comments on commit d12163d

Please sign in to comment.