Skip to content

Commit e131761

Browse files
authored
junit 4.13.2 (#295)
1 parent a83d579 commit e131761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ subprojects { project ->
5454
}
5555

5656
dependencies {
57-
testImplementation group: 'junit', name: 'junit', version: '4.12'
57+
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
5858
testImplementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
5959
testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.8.0'
6060
}

0 commit comments

Comments
 (0)