Skip to content

Commit c4aa228

Browse files
author
Jerome Revillard
committed
Bump Groovy to 2.5 to easy Eclipse IDE integration
1 parent 17e9758 commit c4aa228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies {
4141
processor 'org.inferred:freebuilder:2.5.0'
4242

4343
testCompile group: 'junit', name: 'junit', version: '4.12'
44-
testCompile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.4.4'
45-
testCompile group: 'org.spockframework', name: 'spock-core', version: '1.0-groovy-2.4'
44+
testCompile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.5.14'
45+
testCompile group: 'org.spockframework', name: 'spock-core', version: '1.2-groovy-2.5'
4646
testCompile group: 'cglib', name: 'cglib-nodep', version: '2.2'
4747
testCompile group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.19.0'
4848
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'

0 commit comments

Comments
 (0)