From cd0c71dffb1d3e8a0bffbc1ee82ff3a081431f8e Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 22 Mar 2023 18:42:29 +0000 Subject: [PATCH] Update commons-compress to 1.23.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 45aa7dba0..b0d1326a1 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.22", + "org.apache.commons" % "commons-compress" % "1.23.0", "org.apache.commons" % "commons-email" % "1.5", "commons-net" % "commons-net" % "3.9.0", "org.apache.httpcomponents" % "httpclient" % "4.5.14",