Skip to content

Commit e214e64

Browse files
committed
Latest dependency updates (Hibernate ORM 5.0.1, JasperReports 6.1.1, Joda-Time 2.8.2, SnakeYAML 1.16)
1 parent 667fc7e commit e214e64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ configure(allprojects) { project ->
4040
ext.hamcrestVersion = "1.3"
4141
ext.hibernate3Version = "3.6.10.Final"
4242
ext.hibernate4Version = "4.3.11.Final"
43-
ext.hibernate5Version = "5.0.0.Final"
43+
ext.hibernate5Version = "5.0.1.Final"
4444
ext.hibval4Version = "4.3.2.Final"
4545
ext.hibval5Version = "5.2.1.Final"
4646
ext.hsqldbVersion = "2.3.3"
@@ -50,10 +50,10 @@ configure(allprojects) { project ->
5050
ext.jsonassertVersion = "1.2.3"
5151
ext.jsonpathVersion = "2.0.0"
5252
ext.htmlunitVersion = "2.18"
53-
ext.jasperreportsVersion = "6.1.0"
53+
ext.jasperreportsVersion = "6.1.1"
5454
ext.javamailVersion = "1.5.4"
5555
ext.jettyVersion = "9.3.3.v20150827"
56-
ext.jodaVersion = "2.8.1"
56+
ext.jodaVersion = "2.8.2"
5757
ext.jrubyVersion = "1.7.22" // JRuby 9.0.0.0 only supported through JSR-223 (StandardScriptFactory)
5858
ext.jtaVersion = "1.2"
5959
ext.junitVersion = "4.12"
@@ -65,7 +65,7 @@ configure(allprojects) { project ->
6565
ext.romeVersion = "1.5.1"
6666
ext.seleniumVersion = "2.47.1"
6767
ext.slf4jVersion = "1.7.12"
68-
ext.snakeyamlVersion = "1.15"
68+
ext.snakeyamlVersion = "1.16"
6969
ext.snifferVersion = "1.14"
7070
ext.testngVersion = "6.9.6"
7171
ext.tiles2Version = "2.2.2"

0 commit comments

Comments
 (0)