From 677a619a7aeb861b49cf5a4a09eaae477fe5419d Mon Sep 17 00:00:00 2001 From: Felix Satyaputra Date: Sun, 9 Aug 2020 14:15:50 +1000 Subject: [PATCH] Issue 1347: Upgrade common-compress to 1.20 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 40b70788a..79f465830 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ libraryDependencies ++= Seq( // these dependencies have to be explicitly added by the user "com.spotify" % "docker-client" % "8.14.3" % Provided, "org.vafer" % "jdeb" % "1.7" % Provided artifacts Artifact("jdeb", "jar", "jar"), - "org.apache.commons" % "commons-compress" % "1.18", + "org.apache.commons" % "commons-compress" % "1.20", // for jdkpackager "org.apache.ant" % "ant" % "1.10.5", // workaround for the command line size limit