Browse Source

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

pull/737/head
Juergen Hoeller 11 years ago
parent
commit
c8d9bfadad
  1. 6
      build.gradle

6
build.gradle

@ -39,7 +39,7 @@ configure(allprojects) { project -> @@ -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 -> @@ -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"

Loading…
Cancel
Save