From 4cfe3dc150de0cd9f85b215eb9d3b539300ddf20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:03:20 +0000 Subject: [PATCH] Bump org.apache.ant:ant-junit from 1.10.15 to 1.10.17 Bumps org.apache.ant:ant-junit from 1.10.15 to 1.10.17. --- updated-dependencies: - dependency-name: org.apache.ant:ant-junit dependency-version: 1.10.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 7f3037acb23..494351b9d4d 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'javax.transaction:javax.transaction-api:1.3' implementation 'net.fortuna.ical4j:ical4j:1.0-rc4-atlassian-12' implementation 'net.lingala.zip4j:zip4j:2.11.6' - implementation 'org.apache.ant:ant-junit:1.10.15' + implementation 'org.apache.ant:ant-junit:1.10.17' implementation 'org.apache.commons:commons-collections4:4.5.0' implementation 'org.apache.commons:commons-csv:1.14.1' implementation 'org.apache.commons:commons-dbcp2:2.14.0'