From dfeb649e78af25058799d2c6e2bb3d55c1ad940e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 05:52:39 +0000 Subject: [PATCH] build(deps): bump com.cloudbees:groovy-cps Bumps [com.cloudbees:groovy-cps](https://github.com/jenkinsci/workflow-cps-plugin) from 3996.va_f5c1799f978 to 4000.v5198556e9cea_. - [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 4f0d0b62..a988650f 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:3996.va_f5c1799f978') + implementation('com.cloudbees:groovy-cps:4000.v5198556e9cea_') 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')