From 7c96184398cf4e190208a61c187e06353d739f2d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 7 Nov 2022 10:25:11 +0100 Subject: [PATCH] chore: Update commons-compress from 1.21 to 1.22 (#676) * chore: Update commons-compress from 1.21 to 1.22 * Revert commit(s) ca4e486 * chore: Update commons-compress from 1.21 to 1.22 Co-authored-by: Martin Mauch --- build.sbt | 2 +- build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d6e36c33..613b58f7 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ shadedDeps ++= Seq( "com.github.pjfanning" % "excel-streaming-reader" % "4.0.4", "com.github.pjfanning" % "poi-shared-strings" % "2.5.5", "commons-io" % "commons-io" % "2.11.0", - "org.apache.commons" % "commons-compress" % "1.21", + "org.apache.commons" % "commons-compress" % "1.22", "org.apache.logging.log4j" % "log4j-api" % "2.19.0", "com.zaxxer" % "SparseBitSet" % "1.2", "org.apache.commons" % "commons-collections4" % "4.4", diff --git a/build.sc b/build.sc index 9218e110..367908f3 100644 --- a/build.sc +++ b/build.sc @@ -61,7 +61,7 @@ class SparkModule(_scalaVersion: String, sparkVersion: String) extends SbtModule ivy"com.github.pjfanning:excel-streaming-reader:4.0.4", ivy"com.github.pjfanning:poi-shared-strings:2.5.5", ivy"commons-io:commons-io:2.11.0", - ivy"org.apache.commons:commons-compress:1.21", + ivy"org.apache.commons:commons-compress:1.22", ivy"org.apache.logging.log4j:log4j-api:2.19.0", ivy"com.zaxxer:SparseBitSet:1.2", ivy"org.apache.commons:commons-collections4:4.4",