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'