Skip to content

Commit

Permalink
feature/PM-62906: removed CVE-2024-26308 CVE-2024-25710 from commons-…
Browse files Browse the repository at this point in the history
…compress (#3)

feature/PM-62906: removed CVE-2024-26308
CVE-2024-25710 from commons-compress
  • Loading branch information
Alok-6point6 authored Mar 19, 2024
1 parent eb24ec2 commit 061462b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data-quality-profiler/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ libraryDependencies += "org.apache.hadoop" % "hadoop-aws" % sparkVersion % "prov

libraryDependencies += "com.crealytics" %% "spark-excel" % "0.14.0"

dependencyOverrides += "org.apache.commons" % "commons-compress" % "1.26.0"
dependencyOverrides += "commons-io" % "commons-io" % "2.8.0"

libraryDependencies += "org.rogach" %% "scallop" % "4.0.4"

libraryDependencies += "org.apache.logging.log4j" % "log4j" % "2.16.0"
Expand Down

0 comments on commit 061462b

Please sign in to comment.