SEC-3077: Update to Groovy 2.4.4

This commit is contained in:
Rob Winch 2015-08-18 13:58:15 -05:00
parent 26ab012b57
commit 7914b96e23
1 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ ext.commonsCollectionsVersion = '3.2.1'
ext.commonsLoggingVersion = '1.2'
ext.ehcacheVersion = '2.9.0'
ext.gebVersion = '0.10.0'
ext.groovyVersion = '2.3.8'
ext.groovyVersion = '2.4.4'
ext.hsqlVersion = '2.3.2'
ext.jacksonDatavindVersion = '2.4.4'
ext.jettyVersion = '6.1.26'
@ -52,7 +52,8 @@ ext.gebDependencies = spockDependencies + [
"org.seleniumhq.selenium:selenium-htmlunit-driver:$seleniumVersion",
"org.gebish:geb-spock:$gebVersion",
'commons-httpclient:commons-httpclient:3.1',
"org.codehaus.groovy:groovy:$groovyVersion"
"org.codehaus.groovy:groovy:$groovyVersion",
"org.codehaus.groovy:groovy-all:$groovyVersion"
]
ext.powerMockDependencies = [