From fcc7d6da2d5ae486b505331000b2e4c017643345 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 13 Jul 2021 00:02:46 +0200 Subject: [PATCH] Update commons-compress to 1.21 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 94c26a6ea..5806b5a18 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ libraryDependencies ++= Seq( "commons-io" % "commons-io" % "2.10.0", "io.github.gitbucket" % "solidbase" % "1.0.3", "io.github.gitbucket" % "markedj" % "1.0.16", - "org.apache.commons" % "commons-compress" % "1.20", + "org.apache.commons" % "commons-compress" % "1.21", "org.apache.commons" % "commons-email" % "1.5", "commons-net" % "commons-net" % "3.8.0", "org.apache.httpcomponents" % "httpclient" % "4.5.13",