Skip to content

Commit

Permalink
Update to commons-compress-1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Oct 5, 2023
1 parent f89098e commit 05fa261
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 @@ -8,6 +8,7 @@ val V = new {
val betterMonadicFor = "0.3.1"
val cats = "2.10.0"
val catsEffect = "3.4.10"
val commonsCompress = "1.24.0"
val confluent = "7.5.0"
val curator = "5.2.0"
val disciplineMunit = "1.0.9"
Expand Down Expand Up @@ -203,7 +204,8 @@ lazy val commonSettings = Seq(
"co.fs2" %% "fs2-core" % V.fs2,
"org.apache.kafka" % "kafka-clients" % V.kafka,
"io.confluent" % "kafka-avro-serializer" % V.confluent,
"org.apache.avro" % "avro" % V.avro % Compile, // CVE-2023-39410, didn't work as Runtime
"org.apache.avro" % "avro" % V.avro, // CVE-2023-39410, didn't work as Runtime
"org.apache.commons" % "commons-compress" % V.commonsCompress, // CVE-2023-42503, didn't work as Runtime
"io.chrisdavenport" %% "epimetheus" % V.epimetheus,
"org.typelevel" %% "log4cats-slf4j" % V.log4cats,
// Upgrade vulnerable guava-30.1.1-jre from confluent-7.4.1. This
Expand Down

0 comments on commit 05fa261

Please sign in to comment.