From 1feb33fc19327b4085f042b04fc8a05acd339e92 Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Sun, 11 Aug 2024 11:32:52 +0900 Subject: [PATCH] Update commons-compress to 1.27.0 (#3574) * Update commons-compress to 1.27.0 * Update build.sbt --------- Co-authored-by: kenji yoshida <6b656e6a69@gmail.com> --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3fde97d28..f40b72bbd 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,8 @@ libraryDependencies ++= Seq( "commons-io" % "commons-io" % "2.16.1", "io.github.gitbucket" % "solidbase" % "1.1.0", "io.github.gitbucket" % "markedj" % "1.0.20", - "org.apache.commons" % "commons-compress" % "1.26.2", + "org.tukaani" % "xz" % "1.10", + "org.apache.commons" % "commons-compress" % "1.27.0", "org.apache.commons" % "commons-email" % "1.6.0", "commons-net" % "commons-net" % "3.11.1", "org.apache.httpcomponents" % "httpclient" % "4.5.14",