This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git

commit 8f1d0125a22c20685a3af51b5cac7a66b32838e5
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sat Jul 25 21:13:25 2026 +0530

    upgrade junit 5
---
 lib/libraries.properties               | 6 +++---
 src/etc/poms/ant-junitlauncher/pom.xml | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lib/libraries.properties b/lib/libraries.properties
index e49c997c3..5e14229b1 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -68,11 +68,11 @@ jruby.version=1.6.8
 # in src/etc/poms/pom.xml.
 junit.version=4.13.2
 rhino.version=1.7.14
-junit-platform-launcher.version=1.10.2
+junit-platform-launcher.version=1.10.5
 # Only used for internal tests in Ant project
-junit-vintage-engine.version=5.10.2
+junit-vintage-engine.version=5.10.5
 # Only used for internal tests in Ant project
-junit-jupiter-engine.version=5.10.2
+junit-jupiter-engine.version=5.10.5
 # Only used for internal tests in Ant project
 junit-jupiter-params.version=${junit-jupiter-engine.version}
 jsch.version=0.1.55
diff --git a/src/etc/poms/ant-junitlauncher/pom.xml 
b/src/etc/poms/ant-junitlauncher/pom.xml
index f95058cb0..528ee6cd7 100644
--- a/src/etc/poms/ant-junitlauncher/pom.xml
+++ b/src/etc/poms/ant-junitlauncher/pom.xml
@@ -45,25 +45,25 @@
         <dependency>
             <groupId>org.junit.platform</groupId>
             <artifactId>junit-platform-launcher</artifactId>
-            <version>1.10.2</version>
+            <version>1.10.5</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-engine</artifactId>
-            <version>5.10.2</version>
+            <version>5.10.5</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-params</artifactId>
-            <version>5.10.2</version>
+            <version>5.10.5</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.junit.vintage</groupId>
             <artifactId>junit-vintage-engine</artifactId>
-            <version>5.10.2</version>
+            <version>5.10.5</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Reply via email to