diff --git a/build.gradle b/build.gradle index c96fe99..7a8dfe6 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation 'org.codehaus.groovy:groovy-all:2.4.21' implementation 'org.jenkins-ci.plugins.workflow:workflow-cps:4177.vb_203fe395445' - testImplementation 'com.lesfurets:jenkins-pipeline-unit:1.29' + testImplementation 'com.lesfurets:jenkins-pipeline-unit:1.30' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }