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

jacopoc pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release24.09 by this push:
     new 75b18eb672 Fixed: Bump ant-junit from 1.10.15 to 1.10.17 in 
build.gradle
75b18eb672 is described below

commit 75b18eb67207462675dbddb9d7ea9e5c444b7b86
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Fri Aug 28 10:38:09 2026 +0200

    Fixed: Bump ant-junit from 1.10.15 to 1.10.17 in build.gradle
    
    The version 1.10.17 is the one already declared in dependencies.gradle.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 60dc5e0450..84915976b5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -214,7 +214,7 @@ dependencies {
     }
 
     junitReport 'junit:junit:4.13.2'
-    junitReport 'org.apache.ant:ant-junit:1.10.15'
+    junitReport 'org.apache.ant:ant-junit:1.10.17'
 
     // Libraries downloaded manually
     implementation fileTree(dir: file("${rootDir}/lib"), include: '**/*.jar')

Reply via email to