From 3794e0d8d6684a519e6dd2c5650373078d4bc81e Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 15:35:51 -0800 Subject: [PATCH] Update dependency org.jenkins-ci.plugins.workflow:workflow-cps to v2803 (#82) Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ea1a43773..63bd836a5 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ sharedLibrary { pluginDependencies { workflowCpsGlobalLibraryPluginVersion = '570.v21311f4951f8' // https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/workflow/workflow-cps-global-lib/ // see https://mvnrepository.com/artifact/org.jenkins-ci.plugins/?repo=jenkins-releases for latest - dependency('org.jenkins-ci.plugins.workflow', 'workflow-cps', '2.94.1') + dependency('org.jenkins-ci.plugins.workflow', 'workflow-cps', '2803.v1a_f77ffcc773') dependency('org.jenkins-ci.plugins.workflow', 'workflow-multibranch', '2.26.1') dependency('org.jenkins-ci.plugins', 'pipeline-input-step', '456.vd8a_957db_5b_e9') // https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/pipeline-input-step/ dependency('org.jenkins-ci.plugins', 'script-security', '1184.v85d16b_d851b_3')