From a716e833bf842f1b86e811e85fe55de63c01c68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 05:32:33 +0000 Subject: [PATCH] Bump com.cloudbees:groovy-cps Bumps [com.cloudbees:groovy-cps](https://github.com/jenkinsci/workflow-cps-plugin) from 3832.vc43e04d6d68c to 3867.v535458ce43fd. - [Release notes](https://github.com/jenkinsci/workflow-cps-plugin/releases) - [Changelog](https://github.com/jenkinsci/workflow-cps-plugin/blob/master/CHANGELOG.md) - [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 75f4f515..cb53ecb8 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:3832.vc43e04d6d68c') + implementation('com.cloudbees:groovy-cps:3867.v535458ce43fd') testImplementation('io.jenkins.plugins:pipeline-groovy-lib:700.v0e341fa_57d53') implementation('commons-io:commons-io:2.15.1') implementation('org.apache.ivy:ivy:2.5.2')