diff --git a/build.gradle b/build.gradle index b76e9d6..edd7e8b 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ repositories { dependencies { implementation(fileTree(mxRuntimeBundles).include('*.jar')) - testImplementation('com.mendix.util:junit-helper:1.0.0') { + testImplementation('com.mendix.util:junit-helper:1.0.1') { exclude group: 'com.mendix', module: 'public-api' }