From 5260c5e889dc6f4abe2be81017c65fff2e522d9f Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 31 Oct 2022 18:55:21 +0000 Subject: [PATCH] Update commons-compress to 1.22 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ed7983005..bc74feb37 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ libraryDependencies ++= Seq( "commons-io" % "commons-io" % "2.11.0", "io.github.gitbucket" % "solidbase" % "1.0.5", "io.github.gitbucket" % "markedj" % "1.0.17", - "org.apache.commons" % "commons-compress" % "1.21", + "org.apache.commons" % "commons-compress" % "1.22", "org.apache.commons" % "commons-email" % "1.5", "commons-net" % "commons-net" % "3.8.0", "org.apache.httpcomponents" % "httpclient" % "4.5.13",