Upgrade to Groovy 2.5 GA

Issue: SPR-15407
This commit is contained in:
Sam Brannen
2018-06-02 16:37:02 +02:00
parent b71d0eeec9
commit ce002b450a

View File

@@ -43,7 +43,7 @@ configure(allprojects) { project ->
ext.aspectjVersion = "1.9.1"
ext.freemarkerVersion = "2.3.28"
ext.groovyVersion = "2.5.0-rc-3"
ext.groovyVersion = "2.5.0"
ext.hsqldbVersion = "2.4.0"
ext.jackson2Version = "2.9.5"
ext.jettyVersion = "9.4.10.v20180503"