Upgrade to Groovy 2.5 GA

Issue: SPR-15407
master
Sam Brannen 6 years ago
parent b71d0eeec9
commit ce002b450a
  1. 2
      build.gradle

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

Loading…
Cancel
Save