We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a367f commit 421b4ffCopy full SHA for 421b4ff
build.gradle
@@ -62,8 +62,8 @@ dependencies {
62
testCompile("org.clojure:clojure:1.10.0")
63
testCompile("joda-time:joda-time:2.8.2")
64
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")
+ testCompile("org.codehaus.groovy:groovy-all:2.5.12")
+ testCompile("org.spockframework:spock-core:1.3-groovy-2.5")
67
testRuntime("cglib:cglib-nodep:3.1")
68
testRuntime("org.objenesis:objenesis:2.1")
69
}
0 commit comments