Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Bump script-security from 1158.v7c1b_73a_69a_08 to 999999-SNAPSHOT #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion atlas-jenkins-pipeline-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
api "com.lesfurets:jenkins-pipeline-unit:1.9"
implementation 'org.codehaus.groovy:groovy-all:2.4.+'
implementation "org.spockframework:spock-core:1.3-groovy-2.4"
implementation group: "org.jenkins-ci.plugins", name: "script-security", version:"1158.v7c1b_73a_69a_08", ext: "jar"
implementation group: "org.jenkins-ci.plugins", name: "script-security", version:"999999-SNAPSHOT", ext: "jar"
implementation group: "org.kohsuke", name: "groovy-sandbox", version:"1.27", ext: "jar"

//needed jenkins stuff used implicitly
Expand Down