From 84e7e914991f7b0fffc332c0f44076ef0e4753a9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 May 2024 19:29:35 +0000 Subject: [PATCH] Update commons-compress to 1.26.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4e82b1d5a..607ec6b86 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.14.5" % 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