From 78502476e24fe5193c0012a99ad1a7686fe4db64 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:11:26 +0200 Subject: [PATCH] Update ant to 1.10.15 (#1632) Co-authored-by: Muki Seiler --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 764bcb841..3d81d0e1d 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ libraryDependencies ++= Seq( "org.vafer" % "jdeb" % "1.10" % Provided artifacts Artifact("jdeb", "jar", "jar"), "org.apache.commons" % "commons-compress" % "1.27.1", // for jdkpackager - "org.apache.ant" % "ant" % "1.10.14", + "org.apache.ant" % "ant" % "1.10.15", // workaround for the command line size limit "com.github.eldis" % "tool-launcher" % "0.2.2", "org.scalatest" %% "scalatest" % "3.2.19" % Test