From 5d5826e82cfd543349ac41b3182dd8f5da4640c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:37:10 +0000 Subject: [PATCH] Bump org.codehaus.groovy:groovy-all from 2.4.21 to 3.0.22 Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 2.4.21 to 3.0.22. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy-all dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 033d41035..a772307c5 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { // e.g. because two pipelines are started in parallel. // See https://github.com/opendevstack/ods-jenkins-shared-library/issues/422. implementation "com.cloudbees:groovy-cps:1.29" - implementation "org.codehaus.groovy:groovy-all:2.4.21" + implementation "org.codehaus.groovy:groovy-all:3.0.22" implementation "org.jenkins-ci.main:jenkins-core:2.46.3" implementation group: 'org.jenkins-ci.plugins.workflow', name: 'workflow-api', version: '2.36', ext: 'jar' implementation group: 'org.jenkins-ci.plugins.workflow', name: 'workflow-step-api', version: '2.13', ext: 'jar'