From 41f06852a3dc9477eab7cc6395e4534a8c8a30b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 05:14:16 +0000 Subject: [PATCH] build(deps): bump com.github.martinpaljak:ant-javacard Bumps [com.github.martinpaljak:ant-javacard](https://github.com/martinpaljak/ant-javacard) from 23.08.29 to 24.03.15. - [Release notes](https://github.com/martinpaljak/ant-javacard/releases) - [Changelog](https://github.com/martinpaljak/ant-javacard/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinpaljak/ant-javacard/compare/v23.08.29...v24.03.15) --- updated-dependencies: - dependency-name: com.github.martinpaljak:ant-javacard dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96f0f27..4003205 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { // applet installation implementation 'org.apache.ant:ant:1.10.14' - implementation 'com.github.martinpaljak:ant-javacard:23.08.29' + implementation 'com.github.martinpaljak:ant-javacard:24.03.15' implementation 'com.github.martinpaljak:gptool:20.08.12' // use the latest JNA release to support Apple Silicon MacBooks