We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 988d6c6 + 677a619 commit 67b9d09Copy full SHA for 67b9d09
1 file changed
build.sbt
@@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
16
// these dependencies have to be explicitly added by the user
17
"com.spotify" % "docker-client" % "8.14.3" % Provided,
18
"org.vafer" % "jdeb" % "1.7" % Provided artifacts Artifact("jdeb", "jar", "jar"),
19
- "org.apache.commons" % "commons-compress" % "1.18",
+ "org.apache.commons" % "commons-compress" % "1.20",
20
// for jdkpackager
21
"org.apache.ant" % "ant" % "1.10.5",
22
// workaround for the command line size limit
0 commit comments