File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ configure(allprojects) { project ->
154
154
}
155
155
156
156
dependencies {
157
- testCompile(" junit:junit:4.12 " ) {
157
+ testCompile(" junit:junit:4.13-beta-3 " ) {
158
158
exclude group : " org.hamcrest" , module : " hamcrest-core"
159
159
}
160
160
testCompile(" org.mockito:mockito-core:2.27.0" ) {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
optional(" javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1" )
29
29
optional(" javax.xml.bind:jaxb-api:2.3.1" )
30
30
optional(" javax.websocket:javax.websocket-api:1.1" )
31
- optional(" junit:junit:4.12 " )
31
+ optional(" junit:junit:4.13-beta-3 " )
32
32
optional(" org.junit.jupiter:junit-jupiter-api" )
33
33
optional(" org.testng:testng:6.14.3" )
34
34
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
You can’t perform that action at this time.
0 commit comments