From 582d523e85a397907e9e8a1813a05705b55646eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:14:52 +0000 Subject: [PATCH] build(deps): bump com.cloudbees:groovy-cps Bumps [com.cloudbees:groovy-cps](https://github.com/jenkinsci/workflow-cps-plugin) from 4000.v5198556e9cea_ 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: com.cloudbees:groovy-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 a988650f..d0f3d979 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ targetCompatibility = 11 dependencies { implementation('org.codehaus.groovy:groovy-all:2.4.21') - implementation('com.cloudbees:groovy-cps:4000.v5198556e9cea_') + implementation('com.cloudbees:groovy-cps:4003.vf9c56141493e') testImplementation('io.jenkins.plugins:pipeline-groovy-lib:740.va_2701257fe8d') implementation('commons-io:commons-io:2.18.0') implementation('org.apache.ivy:ivy:2.5.2')