Browse Source

Upgrade to Tomcat 8.0.28

pull/931/head
Juergen Hoeller 10 years ago
parent
commit
d7a418356e
  1. 2
      build.gradle

2
build.gradle

@ -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.27"
ext.tomcatVersion = "8.0.28"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.1.8.Final"
ext.woodstoxVersion = "4.4.1"

Loading…
Cancel
Save