From 061462b77641d824c57cfbf747d8d2b35d4377c1 Mon Sep 17 00:00:00 2001 From: Alok-6point6 <111361110+Alok-6point6@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:13:52 +0000 Subject: [PATCH] feature/PM-62906: removed CVE-2024-26308 CVE-2024-25710 from commons-compress (#3) feature/PM-62906: removed CVE-2024-26308 CVE-2024-25710 from commons-compress --- data-quality-profiler/build.sbt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data-quality-profiler/build.sbt b/data-quality-profiler/build.sbt index cb2e10e..f4f9988 100644 --- a/data-quality-profiler/build.sbt +++ b/data-quality-profiler/build.sbt @@ -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"