Skip to content

Commit 67b9d09

Browse files
authored
Merge pull request #1358 from fsat/1347-common-compress
Issue 1347: Upgrade common-compress to 1.20
2 parents 988d6c6 + 677a619 commit 67b9d09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
1616
// these dependencies have to be explicitly added by the user
1717
"com.spotify" % "docker-client" % "8.14.3" % Provided,
1818
"org.vafer" % "jdeb" % "1.7" % Provided artifacts Artifact("jdeb", "jar", "jar"),
19-
"org.apache.commons" % "commons-compress" % "1.18",
19+
"org.apache.commons" % "commons-compress" % "1.20",
2020
// for jdkpackager
2121
"org.apache.ant" % "ant" % "1.10.5",
2222
// workaround for the command line size limit

0 commit comments

Comments
 (0)