File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 67
67
68
68
mockitoCoreVersion = ' 4.6.1'
69
69
junitVersion = " 4.13.2"
70
- jupiterVersion = " 5.6 .0"
70
+ jupiterVersion = " 5.11 .0"
71
71
robolectricVersion = " 4.7"
72
72
}
Original file line number Diff line number Diff line change @@ -68,7 +68,9 @@ dependencies {
68
68
api " com.squareup.okhttp3:okhttp:$okhttpVersion "
69
69
api project(' :bolts-tasks' )
70
70
71
- testImplementation " org.junit.jupiter:junit-jupiter:$rootProject . ext . jupiterVersion "
71
+ testImplementation " org.junit.jupiter:junit-jupiter"
72
+ testImplementation(platform(" org.junit:junit-bom:$rootProject . ext . jupiterVersion " ))
73
+ testRuntimeOnly(' org.junit.vintage:junit-vintage-engine' )
72
74
testImplementation " org.skyscreamer:jsonassert:1.5.0"
73
75
testImplementation " junit:junit:$rootProject . ext . junitVersion "
74
76
testImplementation " org.mockito:mockito-core:$rootProject . ext . mockitoCoreVersion "
You can’t perform that action at this time.
0 commit comments