Browse Source

Upgrade to Tomcat 8.5.2

pull/1111/head
Sebastien Deleuze 10 years ago
parent
commit
5cbc29e61e
  1. 2
      spring-web-reactive/build.gradle

2
spring-web-reactive/build.gradle

@ -30,7 +30,7 @@ ext { @@ -30,7 +30,7 @@ ext {
springVersion = '4.3.0.BUILD-SNAPSHOT'
reactorVersion = '2.5.0.BUILD-SNAPSHOT'
reactorNettyVersion = '2.5.0.BUILD-SNAPSHOT'
tomcatVersion = '8.0.33'
tomcatVersion = '8.5.2'
jettyVersion = '9.3.8.v20160314'
nettyVersion = '4.1.0.CR6'
jacksonVersion = '2.7.3'

Loading…
Cancel
Save