From bcba8733d4e1a7c9a05e077ef76a5f55d530c0d7 Mon Sep 17 00:00:00 2001 From: Aleksandar Kurtakov Date: Mon, 9 Jun 2025 17:04:22 +0300 Subject: [PATCH] Update Maven dependencies * JUnit to 5.13.1 * Ant to 1.10.15 --- binaries/pom.xml | 2 +- tests/org.eclipse.swt.tests/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/binaries/pom.xml b/binaries/pom.xml index 42accd0e679..383d560280d 100644 --- a/binaries/pom.xml +++ b/binaries/pom.xml @@ -219,7 +219,7 @@ org.apache.ant ant - 1.10.14 + 1.10.15 ant-contrib diff --git a/tests/org.eclipse.swt.tests/pom.xml b/tests/org.eclipse.swt.tests/pom.xml index 702d75c383a..2c426e6576e 100644 --- a/tests/org.eclipse.swt.tests/pom.xml +++ b/tests/org.eclipse.swt.tests/pom.xml @@ -78,12 +78,12 @@ org.junit.vintage junit-vintage-engine - 5.12.1 + 5.13.1 org.junit.platform junit-platform-suite-engine - 1.12.1 + 1.13.1