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' }