Latest dependency updates (JasperReports 6.0.3, Tomcat 8.0.18, Undertow 1.1.2)

This commit is contained in:
Juergen Hoeller
2015-02-10 22:58:33 +01:00
parent 0706889222
commit c8d9bfadad

View File

@@ -39,7 +39,7 @@ configure(allprojects) { project ->
ext.hibVal5Version = "5.1.3.Final"
ext.hsqldbVersion = "2.3.2"
ext.jackson2Version = "2.4.5"
ext.jasperReportsVersion = "6.0.0"
ext.jasperReportsVersion = "6.0.3"
ext.jettyVersion = "9.2.7.v20150116"
ext.jodaVersion = "2.6"
ext.junitVersion = "4.12"
@@ -52,9 +52,9 @@ configure(allprojects) { project ->
ext.snifferVersion = "1.11"
ext.tiles2Version = "2.2.2"
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.0.15"
ext.tomcatVersion = "8.0.18"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.1.1.Final"
ext.undertowVersion = "1.1.2.Final"
ext.woodstoxVersion = "4.4.1"
ext.xstreamVersion = "1.4.7"