Browse Source

Upgrade to Tomcat 8.5.39

pull/23244/head
Juergen Hoeller 7 years ago
parent
commit
ae2ecf05ff
  1. 2
      build.gradle

2
build.gradle

@ -75,7 +75,7 @@ configure(allprojects) { project -> @@ -75,7 +75,7 @@ configure(allprojects) { project ->
ext.testngVersion = "6.9.10"
ext.tiles2Version = "2.2.2"
ext.tiles3Version = "3.0.8"
ext.tomcatVersion = "8.5.38"
ext.tomcatVersion = "8.5.39"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.3.33.Final"
ext.xmlunitVersion = "1.6"

Loading…
Cancel
Save