Upgrade to HSQLDB 2.4 and Hibernate ORM 5.2.10
This commit is contained in:
parent
29f2c96a3d
commit
2ba4a224a6
|
@ -53,9 +53,9 @@ configure(allprojects) { project ->
|
|||
ext.groovyVersion = "2.4.10"
|
||||
ext.gsonVersion = "2.8.0"
|
||||
ext.hamcrestVersion = "1.3"
|
||||
ext.hibernate5Version = "5.2.9.Final"
|
||||
ext.hibernate5Version = "5.2.10.Final"
|
||||
ext.hibval5Version = "5.4.1.Final"
|
||||
ext.hsqldbVersion = "2.3.4"
|
||||
ext.hsqldbVersion = "2.4.0"
|
||||
ext.httpasyncVersion = "4.1.3"
|
||||
ext.httpclientVersion = "4.5.3"
|
||||
ext.interceptorApiVersion = "1.2"
|
||||
|
|
Loading…
Reference in New Issue