From c253397058046e1b110b098e6d6228f91c01fa5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 05:07:25 +0000 Subject: [PATCH] Bump com.cloudbees:groovy-cps Bumps [com.cloudbees:groovy-cps](https://github.com/jenkinsci/workflow-cps-plugin) from 3867.v535458ce43fd to 3894.3896.vca_2c931e7935. - [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 e6465e19..9fd3d5a3 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:3867.v535458ce43fd') + implementation('com.cloudbees:groovy-cps:3894.3896.vca_2c931e7935') testImplementation('io.jenkins.plugins:pipeline-groovy-lib:700.v0e341fa_57d53') implementation('commons-io:commons-io:2.16.1') implementation('org.apache.ivy:ivy:2.5.2')