From 4ce488721a1c6864795f682449e03050195047b8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 17 Aug 2024 13:04:19 +0200 Subject: [PATCH] Update commons-compress to 1.27.0 (#1626) Co-authored-by: Muki Seiler --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 214d5dae3..c37b24ce0 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.2", + "org.apache.commons" % "commons-compress" % "1.27.0", // for jdkpackager "org.apache.ant" % "ant" % "1.10.14", // workaround for the command line size limit