Updated groovy

This commit is contained in:
Marcin Grzejszczak
2017-06-22 09:20:49 +02:00
parent dda3f89ad9
commit 4e9d132417
4 changed files with 4 additions and 4 deletions

View File

@@ -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}"

View File

@@ -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}"

View File

@@ -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}"

View File

@@ -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}"