From 3156907a479b9e8b2267c8a755b6c4ef388f556a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:00:52 +0000 Subject: [PATCH] build(deps): bump org.apache.ant:ant from 1.10.14 to 1.10.15 Bumps org.apache.ant:ant from 1.10.14 to 1.10.15. --- 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 f99f0f8..704b910 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'com.github.curious-odd-man:rgxgen:2.0' // applet installation - implementation 'org.apache.ant:ant:1.10.14' + implementation 'org.apache.ant:ant:1.10.15' implementation 'com.github.martinpaljak:ant-javacard:21.12.31' implementation 'com.github.martinpaljak:gptool:20.08.12'