Skip to content

Commit 772ef40

Browse files
committed
Upgrade to JUnit 4.13-beta-3
See gh-22894
1 parent 7ed4df2 commit 772ef40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ configure(allprojects) { project ->
154154
}
155155

156156
dependencies {
157-
testCompile("junit:junit:4.12") {
157+
testCompile("junit:junit:4.13-beta-3") {
158158
exclude group: "org.hamcrest", module: "hamcrest-core"
159159
}
160160
testCompile("org.mockito:mockito-core:2.27.0") {

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1")
2929
optional("javax.xml.bind:jaxb-api:2.3.1")
3030
optional("javax.websocket:javax.websocket-api:1.1")
31-
optional("junit:junit:4.12")
31+
optional("junit:junit:4.13-beta-3")
3232
optional("org.junit.jupiter:junit-jupiter-api")
3333
optional("org.testng:testng:6.14.3")
3434
optional("org.aspectj:aspectjweaver:${aspectjVersion}")

0 commit comments

Comments
 (0)