Skip to content

Commit 421b4ff

Browse files
Bump Spock and Groovy test dependencies
1 parent 59a367f commit 421b4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ dependencies {
6262
testCompile("org.clojure:clojure:1.10.0")
6363
testCompile("joda-time:joda-time:2.8.2")
6464
testCompile("org.slf4j:slf4j-simple:1.7.10")
65-
testCompile("org.codehaus.groovy:groovy-all:2.4.1")
66-
testCompile("org.spockframework:spock-core:1.0-groovy-2.4")
65+
testCompile("org.codehaus.groovy:groovy-all:2.5.12")
66+
testCompile("org.spockframework:spock-core:1.3-groovy-2.5")
6767
testRuntime("cglib:cglib-nodep:3.1")
6868
testRuntime("org.objenesis:objenesis:2.1")
6969
}

0 commit comments

Comments
 (0)