Skip to content

Commit

Permalink
Fix some CVEs with jenkinscore and workflow (opensearch-project#1648)
Browse files Browse the repository at this point in the history
* Fix some CVEs with jenkinscore and workflow

Signed-off-by: Zelin Hao <zelinhao@amazon.com>

* Add worklflow-cps with latest version

Signed-off-by: Zelin Hao <zelinhao@amazon.com>
  • Loading branch information
zelinh committed Feb 18, 2022
1 parent 803c15f commit 18c173c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,17 @@ sourceSets {
}

sharedLibrary {
coreVersion = '2.330' // https://mvnrepository.com/artifact/org.jenkins-ci.main/jenkins-core?repo=jenkins-releases
coreVersion = '2.334' // https://mvnrepository.com/artifact/org.jenkins-ci.main/jenkins-core?repo=jenkins-releases
testHarnessVersion = '2.72' // https://mvnrepository.com/artifact/org.jenkins-ci.main/jenkins-test-harness?repo=jenkins-releases
pluginDependencies {
workflowCpsGlobalLibraryPluginVersion = '2.18' // https://mvnrepository.com/artifact/org.jenkins-ci.plugins.workflow/workflow-cps-global-lib?repo=jenkins-releases
workflowCpsGlobalLibraryPluginVersion = '2.21.1' // https://mvnrepository.com/artifact/org.jenkins-ci.plugins.workflow/workflow-cps-global-lib?repo=jenkins-releases
// see https://mvnrepository.com/artifact/org.jenkins-ci.plugins/<name>?repo=jenkins-releases for latest
dependency('org.jenkins-ci.plugins.workflow', 'workflow-cps', '2.94.1')
dependency('org.jenkins-ci.plugins', 'pipeline-input-step', '2.12')
dependency('org.jenkins-ci.plugins', 'script-security', '1.78')
dependency('org.jenkins-ci.plugins', 'credentials', '2.6.2')
dependency('org.jenkins-ci.plugins', 'git-client', '3.10.1')
dependency('org.jenkins-ci.plugins', 'junit', '1.53')
dependency('org.jenkins-ci.plugins', 'junit', '1.55')
dependency('org.jenkins-ci.plugins', 'mailer', '1.34.2')
}
}
Expand Down

0 comments on commit 18c173c

Please sign in to comment.