From f4877404060b83208a21b039db54eb7fb271e2c2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:13:39 +0200 Subject: [PATCH] Update commons-compress to 1.26.2 (#1614) Co-authored-by: Muki Seiler --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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