From c2234ebef2f5b128702c49d180355e04c0f50df0 Mon Sep 17 00:00:00 2001 From: pijuskri Date: Thu, 8 Jan 2026 12:51:27 +0100 Subject: [PATCH] Update junit-helper to 1.2.0 Support testing on mendix versions 11.7+ --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ea5cd03..8387f43 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { [group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'] ) - testImplementation('com.mendix.util:junit-helper:1.1.0') { + testImplementation('com.mendix.util:junit-helper:1.2.0') { exclude group: 'com.mendix', module: 'public-api' }