From ace2b01989e16cadc4eba044edae8153d72a6614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:16:10 +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 4002.v80ca_d0f47d7f. - [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..bd801727 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:4002.v80ca_d0f47d7f') 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')