From b9ae71719de9cab43dd4cc3168112a8e7ef18179 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:44:52 -0800 Subject: [PATCH] Update dependency org.jenkins-ci.plugins:script-security to v1229 (#116) 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 fbfa4fe5f..015a6cc18 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ sharedLibrary { 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') + dependency('org.jenkins-ci.plugins', 'script-security', '1229.v4880b_b_e905a_6') dependency('org.jenkins-ci.plugins', 'credentials', '1112.vc87b_7a_3597f6') dependency('org.jenkins-ci.plugins', 'git-client', '3.11.1') dependency('org.jenkins-ci.plugins', 'junit', '1.55')