diff --git a/build.sbt b/build.sbt index 02ae8dc0f..33669247d 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ libraryDependencies ++= Seq( // these dependencies have to be explicitly added by the user "com.spotify" % "docker-client" % "8.16.0" % Provided, "org.vafer" % "jdeb" % "1.10" % Provided artifacts Artifact("jdeb", "jar", "jar"), - "org.apache.commons" % "commons-compress" % "1.26.1", + "org.apache.commons" % "commons-compress" % "1.26.2", // for jdkpackager "org.apache.ant" % "ant" % "1.10.14", // workaround for the command line size limit