Skip to content

Commit 1d24004

Browse files
authored
Merge pull request #18 from jonahbull/update-groovy-dependency
Update groovy dependency
2 parents 8609ec8 + e8f5eaa commit 1d24004

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ repositories {
4545
}
4646

4747
dependencies {
48-
// NOTE: groovy version included in Jenkins is 1.8.9
49-
runtime 'org.codehaus.groovy:groovy-all:1.8.9'
48+
runtime 'org.codehaus.groovy:groovy-all:2.4.12'
49+
compile 'org.codehaus.groovy:groovy-all:2.4.12'
5050
compile 'org.yaml:snakeyaml:1.26'
5151

52-
testCompile 'org.spockframework:spock-core:0.7-groovy-1.8'
52+
testCompile 'org.spockframework:spock-core:1.0-groovy-2.4'
5353

5454
jenkinsPlugins 'org.jenkins-ci.plugins:matrix-project:1.6@jar'
5555
}

0 commit comments

Comments
 (0)