From 898e720ce4410496344c9f02949ab64015d80a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 01:58:55 +0000 Subject: [PATCH] Bump ant from 1.10.12 to 1.10.13 Bumps ant from 1.10.12 to 1.10.13. --- updated-dependencies: - dependency-name: org.apache.ant:ant dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6b37e23..368f846 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { include 'org.jfree:jfreechart:1.5.3' include 'org.benf:cfr:0.152' include 'com.intellij:forms_rt:7.0.3' - include 'org.apache.ant:ant:1.10.12' + include 'org.apache.ant:ant:1.10.13' include 'com.google.guava:guava:31.1-jre' include 'com.google.code.gson:gson:2.9.1' include 'net.java.dev.jna:jna:5.12.1'