Skip to content

Commit 2008e04

Browse files
committed
Upgrade to Servlet API 4.0.1
1 parent b4f83db commit 2008e04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-test/spring-test.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
optional("javax.activation:activation:1.1.1")
2929
optional("javax.el:javax.el-api:3.0.1-b04")
3030
optional("javax.inject:javax.inject:1")
31-
optional("javax.servlet:javax.servlet-api:4.0.0")
31+
optional("javax.servlet:javax.servlet-api:4.0.1")
3232
optional("javax.servlet.jsp:javax.servlet.jsp-api:2.3.2-b02")
3333
optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1")
3434
optional("javax.xml.bind:jaxb-api:2.3.0")
@@ -81,9 +81,9 @@ dependencies {
8181
exclude group: "commons-logging", module: "commons-logging"
8282
}
8383
testCompile('io.projectreactor.ipc:reactor-netty')
84+
testCompile('de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1')
8485
// Pull in the latest JUnit 5 Launcher API and the Vintage engine as well
8586
// so that we can run JUnit 4 tests in IntelliJ IDEA.
86-
testCompile('de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1')
8787
testRuntime("org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}")
8888
testRuntime("org.junit.platform:junit-platform-launcher:${junitPlatformVersion}")
8989
testRuntime("org.junit.vintage:junit-vintage-engine:${junitVintageVersion}")

spring-webmvc/spring-webmvc.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencyManagement {
1313
}
1414

1515
dependencies {
16-
provided("javax.servlet:javax.servlet-api:4.0.0")
16+
provided("javax.servlet:javax.servlet-api:4.0.1")
1717
compile(project(":spring-aop"))
1818
compile(project(":spring-beans"))
1919
compile(project(":spring-context"))
@@ -47,7 +47,7 @@ dependencies {
4747
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
4848
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
4949
optional("org.reactivestreams:reactive-streams")
50-
testCompile("javax.servlet:javax.servlet-api:4.0.0")
50+
testCompile("javax.servlet:javax.servlet-api:4.0.1")
5151
testCompile("org.eclipse.jetty:jetty-servlet:${jettyVersion}") {
5252
exclude group: "javax.servlet", module: "javax.servlet"
5353
}

0 commit comments

Comments
 (0)