From 7e7cc1d4c785f62b70246ea45b3eaf9b76f205b6 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:55:05 +0000 Subject: [PATCH] Update commons-compress to 1.27.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 28b2d9d3e..a91c576cf 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,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.0", + "org.apache.commons" % "commons-compress" % "1.27.1", "org.apache.commons" % "commons-email" % "1.6.0", "commons-net" % "commons-net" % "3.11.1", "org.apache.httpcomponents" % "httpclient" % "4.5.14",