Latest dependency updates (Groovy 2.3.5, Hibernate Validator 4.3.2 & 5.1.2, Jetty 9.2.2)
This commit is contained in:
parent
8cc0fa5ae1
commit
f732a441c8
|
@ -18,16 +18,16 @@ configure(allprojects) { project ->
|
|||
ext.eclipseLinkVersion = "2.4.2"
|
||||
ext.ehcacheVersion = "2.8.3"
|
||||
ext.ehcacheJCacheVersion = "1.0.0"
|
||||
ext.groovyVersion = "2.3.4"
|
||||
ext.groovyVersion = "2.3.5"
|
||||
ext.hibernate3Version = "3.6.10.Final"
|
||||
ext.hibernate4Version = "4.3.6.Final"
|
||||
ext.hibVal4Version = "4.3.1.Final"
|
||||
ext.hibVal5Version = "5.1.1.Final"
|
||||
ext.hibVal4Version = "4.3.2.Final"
|
||||
ext.hibVal5Version = "5.1.2.Final"
|
||||
ext.hsqldbVersion = "2.3.2"
|
||||
ext.jackson2Version = "2.4.1"
|
||||
ext.gsonVersion = "2.2.4"
|
||||
ext.jasperReportsVersion = "5.6.0"
|
||||
ext.jettyVersion = "9.2.1.v20140609"
|
||||
ext.jettyVersion = "9.2.2.v20140723"
|
||||
ext.jodaVersion = "2.3"
|
||||
ext.junitVersion = "4.11"
|
||||
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
|
||||
|
|
Loading…
Reference in New Issue