From 86acb0bae17bf84bbd7c7431f322d5bb68bb02ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 05:49:31 +0000 Subject: [PATCH] Bump com.cloudbees:groovy-cps Bumps [com.cloudbees:groovy-cps](https://github.com/jenkinsci/workflow-cps-plugin) from 3773.v505e0052522c to 3832.vc43e04d6d68c. - [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 2c56b4b3..383e215d 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:3773.v505e0052522c') + implementation('com.cloudbees:groovy-cps:3832.vc43e04d6d68c') testImplementation('io.jenkins.plugins:pipeline-groovy-lib:687.v62591d623759') implementation('commons-io:commons-io:2.15.1') implementation('org.apache.ivy:ivy:2.5.2')