Updated groovy
This commit is contained in:
@@ -29,7 +29,7 @@ repositories {
|
||||
dependencies {
|
||||
compile "org.springframework:spring-web:5.0.0.RC2"
|
||||
compile "org.springframework:spring-context-support:5.0.0.RC2"
|
||||
compile "org.codehaus.groovy:groovy-all:2.4.5"
|
||||
compile "org.codehaus.groovy:groovy-all:2.5.0-beta-1"
|
||||
compile 'com.jayway.jsonpath:json-path-assert:2.2.0'
|
||||
|
||||
testCompile "com.github.tomakehurst:wiremock:${wiremockVersion}"
|
||||
|
||||
@@ -52,7 +52,7 @@ subprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile 'org.codehaus.groovy:groovy-all:2.4.5'
|
||||
testCompile 'org.codehaus.groovy:groovy-all:2.5.0-beta-1'
|
||||
testCompile "org.spockframework:spock-core:$spockVersion"
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile "com.github.tomakehurst:wiremock:${wiremockVersion}"
|
||||
|
||||
@@ -48,7 +48,7 @@ subprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile "org.codehaus.groovy:groovy-all:2.4.5"
|
||||
testCompile "org.codehaus.groovy:groovy-all:2.5.0-beta-1"
|
||||
testCompile "org.spockframework:spock-core:$spockVersion"
|
||||
testCompile("junit:junit:4.12")
|
||||
testCompile "com.github.tomakehurst:wiremock:${wiremockVersion}"
|
||||
|
||||
@@ -49,7 +49,7 @@ subprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile "org.codehaus.groovy:groovy-all:2.4.5"
|
||||
testCompile "org.codehaus.groovy:groovy-all:2.5.0-beta-1"
|
||||
testCompile "org.spockframework:spock-core:$spockVersion"
|
||||
testCompile("junit:junit:4.12")
|
||||
testCompile "com.github.tomakehurst:wiremock:${wiremockVersion}"
|
||||
|
||||
Reference in New Issue
Block a user