From bffd31d3b33487f73c5a5ebfcd1fecbae1c3fcd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 06:31:08 +0000 Subject: [PATCH] Bump org.jenkins-ci.plugins.workflow:workflow-api Bumps [org.jenkins-ci.plugins.workflow:workflow-api](https://github.com/jenkinsci/workflow-api-plugin) from 2.36 to 1312.ve804c2f2d51e. - [Release notes](https://github.com/jenkinsci/workflow-api-plugin/releases) - [Changelog](https://github.com/jenkinsci/workflow-api-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/workflow-api-plugin/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins.workflow:workflow-api 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 033d41035..30258d2cb 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation "com.cloudbees:groovy-cps:1.29" implementation "org.codehaus.groovy:groovy-all:2.4.21" 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-api', version: '1312.ve804c2f2d51e', ext: 'jar' implementation group: 'org.jenkins-ci.plugins.workflow', name: 'workflow-step-api', version: '2.13', ext: 'jar' implementation group: 'org.jenkins-ci.plugins.workflow', name: 'workflow-cps', version: '2.41', ext: 'jar' implementation 'org.slf4j:jcl-over-slf4j:1.7.30'