File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
optional(" javax.activation:activation:1.1.1" )
29
29
optional(" javax.el:javax.el-api:3.0.1-b04" )
30
30
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 " )
32
32
optional(" javax.servlet.jsp:javax.servlet.jsp-api:2.3.2-b02" )
33
33
optional(" javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1" )
34
34
optional(" javax.xml.bind:jaxb-api:2.3.0" )
@@ -81,9 +81,9 @@ dependencies {
81
81
exclude group : " commons-logging" , module : " commons-logging"
82
82
}
83
83
testCompile(' io.projectreactor.ipc:reactor-netty' )
84
+ testCompile(' de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1' )
84
85
// Pull in the latest JUnit 5 Launcher API and the Vintage engine as well
85
86
// so that we can run JUnit 4 tests in IntelliJ IDEA.
86
- testCompile(' de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1' )
87
87
testRuntime(" org.junit.jupiter:junit-jupiter-engine:${ junitJupiterVersion} " )
88
88
testRuntime(" org.junit.platform:junit-platform-launcher:${ junitPlatformVersion} " )
89
89
testRuntime(" org.junit.vintage:junit-vintage-engine:${ junitVintageVersion} " )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencyManagement {
13
13
}
14
14
15
15
dependencies {
16
- provided(" javax.servlet:javax.servlet-api:4.0.0 " )
16
+ provided(" javax.servlet:javax.servlet-api:4.0.1 " )
17
17
compile(project(" :spring-aop" ))
18
18
compile(project(" :spring-beans" ))
19
19
compile(project(" :spring-context" ))
@@ -47,7 +47,7 @@ dependencies {
47
47
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
48
48
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
49
49
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 " )
51
51
testCompile(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " ) {
52
52
exclude group : " javax.servlet" , module : " javax.servlet"
53
53
}
You can’t perform that action at this time.
0 commit comments