Skip to content

Commit

Permalink
Upgrade dependencies to fix some vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Jan 8, 2025
1 parent f3e44f4 commit 3d64eae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ object Dependencies {
val jettyServer = "9.4.56.v20240826" // Fix CVE
val zookeeper = "3.9.2" // Fix CVE
val dnsjava = "3.6.1" // Fix CVE
val kafkaClients = "3.7.2" // Fix CVE

// Scala (test only)
val specs2 = "4.17.0"
Expand Down Expand Up @@ -189,6 +190,7 @@ object Dependencies {
val reactorNetty = "io.projectreactor.netty" % "reactor-netty-http" % V.reactorNetty
val jettyHttp = "org.eclipse.jetty" % "jetty-http" % V.jettyHttp
val jettyServer = "org.eclipse.jetty" % "jetty-server" % V.jettyServer
val kafkaClients = "org.apache.kafka" % "kafka-clients" % V.kafkaClients

// Java (Shredder)
val dynamodb = "com.amazonaws" % "aws-java-sdk-dynamodb" % V.aws
Expand Down Expand Up @@ -258,6 +260,7 @@ object Dependencies {
azureIdentity,
azureKeyVault,
fs2Kafka,
kafkaClients,
hadoopCommon,
hadoopAzure,
avro,
Expand Down

0 comments on commit 3d64eae

Please sign in to comment.