Upgrade to Servlet API 4.0.1 (aligned with Tomcat 9 and Undertow 2)

Issue: SPR-16470
This commit is contained in:
Juergen Hoeller
2018-05-07 14:17:28 +02:00
parent 3917737df2
commit 53aa9cc4cd
5 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ dependencies {
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
optional("javax.xml.bind:jaxb-api:2.3.0")
testCompile("javax.inject:javax.inject-tck:1")
testCompile("javax.servlet:javax.servlet-api:3.1.0")
testCompile("javax.servlet:javax.servlet-api:4.0.1")
testCompile("javax.validation:validation-api:1.1.0.Final")
testCompile("com.thoughtworks.xstream:xstream:1.4.10")
testCompile("org.apache.activemq:activemq-broker:5.8.0")