File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ dependencies {
2020 implementation(deps.koin.android)
2121
2222 testImplementation(" junit:junit:4.13" )
23- androidTestImplementation(" androidx.test.ext:junit:1.1.2 " )
23+ androidTestImplementation(" androidx.test.ext:junit:1.1.3 " )
2424 androidTestImplementation(" androidx.test.espresso:espresso-core:3.4.0" )
2525}
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies {
1212 implementation(deps.timber)
1313
1414 testImplementation(" junit:junit:4.13" )
15- androidTestImplementation(" androidx.test.ext:junit:1.1.2 " )
15+ androidTestImplementation(" androidx.test.ext:junit:1.1.3 " )
1616 androidTestImplementation(" androidx.test.espresso:espresso-core:3.4.0" )
1717}
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ dependencies {
2929 implementation(deps.arrow.core)
3030
3131 testImplementation(" junit:junit:4.13" )
32- androidTestImplementation(" androidx.test.ext:junit:1.1.2 " )
32+ androidTestImplementation(" androidx.test.ext:junit:1.1.3 " )
3333 androidTestImplementation(" androidx.test.espresso:espresso-core:3.4.0" )
3434}
You can’t perform that action at this time.
0 commit comments