From 3067690be6c7d52d2d54cc2d51cdf2bf678640ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:50:22 +0000 Subject: [PATCH] Bump org.jenkins-ci.plugins.workflow:workflow-cps Bumps [org.jenkins-ci.plugins.workflow:workflow-cps](https://github.com/jenkinsci/workflow-cps-plugin) from 4002.v80ca_d0f47d7f to 4003.vf9c56141493e. - [Release notes](https://github.com/jenkinsci/workflow-cps-plugin/releases) - [Commits](https://github.com/jenkinsci/workflow-cps-plugin/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins.workflow:workflow-cps dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2080eeb..ae264d4 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { dependencies { implementation 'org.codehaus.groovy:groovy-all:2.4.21' - implementation 'org.jenkins-ci.plugins.workflow:workflow-cps:4002.v80ca_d0f47d7f' + implementation 'org.jenkins-ci.plugins.workflow:workflow-cps:4003.vf9c56141493e' testImplementation 'com.lesfurets:jenkins-pipeline-unit:1.24' testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'