Skip to content

Commit

Permalink
Merge pull request #1358 from fsat/1347-common-compress
Browse files Browse the repository at this point in the history
Issue 1347: Upgrade common-compress to 1.20
  • Loading branch information
muuki88 committed Aug 14, 2020
2 parents 988d6c6 + 677a619 commit 67b9d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67b9d09

Please sign in to comment.