From 929ba2fa191d4046bea4e1ca0fed7653570d2db7 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 9 Feb 2020 05:06:27 +0900 Subject: [PATCH] Update commons-compress to 1.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4701bced9..60be44f9c 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ libraryDependencies ++= Seq( "commons-io" % "commons-io" % "2.6", "io.github.gitbucket" % "solidbase" % "1.0.3", "io.github.gitbucket" % "markedj" % "1.0.16", - "org.apache.commons" % "commons-compress" % "1.19", + "org.apache.commons" % "commons-compress" % "1.20", "org.apache.commons" % "commons-email" % "1.5", "commons-net" % "commons-net" % "3.6", "org.apache.httpcomponents" % "httpclient" % "4.5.11",