From 81d14dfaf295205a4c9fd5d75b31133880ead1d4 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 9 Mar 2024 01:29:18 +0000 Subject: [PATCH] Update commons-compress to 1.26.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9c7d7f9da..b94a39114 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ libraryDependencies ++= Seq( "commons-io" % "commons-io" % "2.15.1", "io.github.gitbucket" % "solidbase" % "1.0.5", "io.github.gitbucket" % "markedj" % "1.0.20", - "org.apache.commons" % "commons-compress" % "1.26.0", + "org.apache.commons" % "commons-compress" % "1.26.1", "org.apache.commons" % "commons-email" % "1.6.0", "commons-net" % "commons-net" % "3.10.0", "org.apache.httpcomponents" % "httpclient" % "4.5.14",