Latest dependency updates (Hibernate ORM 5.0.1, JasperReports 6.1.1, Joda-Time 2.8.2, SnakeYAML 1.16)
This commit is contained in:
parent
667fc7e4a9
commit
e214e64782
|
@ -40,7 +40,7 @@ configure(allprojects) { project ->
|
|||
ext.hamcrestVersion = "1.3"
|
||||
ext.hibernate3Version = "3.6.10.Final"
|
||||
ext.hibernate4Version = "4.3.11.Final"
|
||||
ext.hibernate5Version = "5.0.0.Final"
|
||||
ext.hibernate5Version = "5.0.1.Final"
|
||||
ext.hibval4Version = "4.3.2.Final"
|
||||
ext.hibval5Version = "5.2.1.Final"
|
||||
ext.hsqldbVersion = "2.3.3"
|
||||
|
@ -50,10 +50,10 @@ configure(allprojects) { project ->
|
|||
ext.jsonassertVersion = "1.2.3"
|
||||
ext.jsonpathVersion = "2.0.0"
|
||||
ext.htmlunitVersion = "2.18"
|
||||
ext.jasperreportsVersion = "6.1.0"
|
||||
ext.jasperreportsVersion = "6.1.1"
|
||||
ext.javamailVersion = "1.5.4"
|
||||
ext.jettyVersion = "9.3.3.v20150827"
|
||||
ext.jodaVersion = "2.8.1"
|
||||
ext.jodaVersion = "2.8.2"
|
||||
ext.jrubyVersion = "1.7.22" // JRuby 9.0.0.0 only supported through JSR-223 (StandardScriptFactory)
|
||||
ext.jtaVersion = "1.2"
|
||||
ext.junitVersion = "4.12"
|
||||
|
@ -65,7 +65,7 @@ configure(allprojects) { project ->
|
|||
ext.romeVersion = "1.5.1"
|
||||
ext.seleniumVersion = "2.47.1"
|
||||
ext.slf4jVersion = "1.7.12"
|
||||
ext.snakeyamlVersion = "1.15"
|
||||
ext.snakeyamlVersion = "1.16"
|
||||
ext.snifferVersion = "1.14"
|
||||
ext.testngVersion = "6.9.6"
|
||||
ext.tiles2Version = "2.2.2"
|
||||
|
|
Loading…
Reference in New Issue