Skip to content

Commit

Permalink
chore: Update commons-compress from 1.21 to 1.22 (#676)
Browse files Browse the repository at this point in the history
* 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 <martin.mauch@gmail.com>
  • Loading branch information
scala-steward and nightscape committed Nov 7, 2022
1 parent ed97118 commit 7c96184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7c96184

Please sign in to comment.