From be7bb255c3a5d84314ea7dd9e689810e4d48df11 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 29 Jul 2025 22:48:02 +0000 Subject: [PATCH] Update commons-compress to 1.28.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 213b74405..3c19478dd 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ libraryDependencies ++= Seq( "io.github.gitbucket" % "solidbase" % "1.1.0", "io.github.gitbucket" % "markedj" % "1.0.20", "org.tukaani" % "xz" % "1.10", - "org.apache.commons" % "commons-compress" % "1.27.1", + "org.apache.commons" % "commons-compress" % "1.28.0", "org.apache.commons" % "commons-email" % "1.6.0", "commons-net" % "commons-net" % "3.11.1", "org.apache.httpcomponents" % "httpclient" % "4.5.14",