Skip to content

Commit 7850247

Browse files
Update ant to 1.10.15 (#1632)
Co-authored-by: Muki Seiler <[email protected]>
1 parent ceb9da8 commit 7850247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libraryDependencies ++= Seq(
1919
"org.vafer" % "jdeb" % "1.10" % Provided artifacts Artifact("jdeb", "jar", "jar"),
2020
"org.apache.commons" % "commons-compress" % "1.27.1",
2121
// for jdkpackager
22-
"org.apache.ant" % "ant" % "1.10.14",
22+
"org.apache.ant" % "ant" % "1.10.15",
2323
// workaround for the command line size limit
2424
"com.github.eldis" % "tool-launcher" % "0.2.2",
2525
"org.scalatest" %% "scalatest" % "3.2.19" % Test

0 commit comments

Comments
 (0)