We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83d579 commit e131761Copy full SHA for e131761
build.gradle
@@ -54,7 +54,7 @@ subprojects { project ->
54
}
55
56
dependencies {
57
- testImplementation group: 'junit', name: 'junit', version: '4.12'
+ testImplementation group: 'junit', name: 'junit', version: '4.13.2'
58
testImplementation group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
59
testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.8.0'
60
0 commit comments