From f66e6ca63a28b9a03a3f3bb0ba321c65df47ffa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 20:01:17 +0000 Subject: [PATCH] Bump com.lesfurets:jenkins-pipeline-unit from 1.29 to 1.30 Bumps [com.lesfurets:jenkins-pipeline-unit](https://github.com/jenkinsci/JenkinsPipelineUnit) from 1.29 to 1.30. - [Release notes](https://github.com/jenkinsci/JenkinsPipelineUnit/releases) - [Changelog](https://github.com/jenkinsci/JenkinsPipelineUnit/blob/master/RELEASE.md) - [Commits](https://github.com/jenkinsci/JenkinsPipelineUnit/commits) --- updated-dependencies: - dependency-name: com.lesfurets:jenkins-pipeline-unit dependency-version: '1.30' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }