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>
This commit is contained in:
scala-steward-bot
2024-08-11 11:32:52 +09:00
committed by GitHub
parent 4fc1d9c3b6
commit 1feb33fc19

View File

@@ -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",