From 09438f6abf1baf354497735e2afbd2f23763e3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 05:38:55 +0000 Subject: [PATCH] build(deps): bump org.apache.ant:ant from 1.10.13 to 1.10.14 Bumps org.apache.ant:ant from 1.10.13 to 1.10.14. --- 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 183fec5..4957545 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'com.github.curious-odd-man:rgxgen:1.4' // applet installation - implementation 'org.apache.ant:ant:1.10.13' + implementation 'org.apache.ant:ant:1.10.14' implementation 'com.github.martinpaljak:ant-javacard:23.08.07' implementation 'com.github.martinpaljak:gptool:20.08.12'