Browse Source

Latest dependency updates (Jetty 9.2.11, Tomcat 8.0.23)

pull/813/head
Juergen Hoeller 11 years ago
parent
commit
b5bb26b7c6
  1. 4
      build.gradle

4
build.gradle

@ -40,7 +40,7 @@ configure(allprojects) { project -> @@ -40,7 +40,7 @@ configure(allprojects) { project ->
ext.hsqldbVersion = "2.3.2"
ext.jackson2Version = "2.4.6"
ext.jasperReportsVersion = "6.0.4"
ext.jettyVersion = "9.2.10.v20150310"
ext.jettyVersion = "9.2.11.v20150529"
ext.jodaVersion = "2.7"
ext.junitVersion = "4.12"
ext.nettyVersion = "4.0.28.Final"
@ -52,7 +52,7 @@ configure(allprojects) { project -> @@ -52,7 +52,7 @@ configure(allprojects) { project ->
ext.snifferVersion = "1.11"
ext.tiles2Version = "2.2.2"
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.0.22"
ext.tomcatVersion = "8.0.23"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.1.4.Final"
ext.woodstoxVersion = "4.4.1"

Loading…
Cancel
Save