File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 66 name : " Validation"
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3.2 .0
9+ - uses : actions/checkout@v3.3 .0
1010
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ dependencies {
8888 implementation(deps.customView.textDrawable)
8989
9090 testImplementation(" junit:junit:4.13.2" )
91- androidTestImplementation(" androidx.test:runner:1.5.1 " )
92- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.0 " )
91+ androidTestImplementation(" androidx.test:runner:1.5.2 " )
92+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1 " )
9393
9494 implementation(deps.firebase.auth)
9595 implementation(deps.firebase.storage)
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ dependencies {
2323 implementation(deps.koin.android)
2424
2525 testImplementation(" junit:junit:4.13.2" )
26- androidTestImplementation(" androidx.test.ext:junit:1.1.4 " )
27- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.0 " )
26+ androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
27+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1 " )
2828}
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ comicApp {
99
1010dependencies {
1111 testImplementation(" junit:junit:4.13.2" )
12- androidTestImplementation(" androidx.test.ext:junit:1.1.4 " )
13- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.0 " )
12+ androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
13+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1 " )
1414}
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ dependencies {
1515 implementation(deps.timber)
1616
1717 testImplementation(" junit:junit:4.13.2" )
18- androidTestImplementation(" androidx.test.ext:junit:1.1.4 " )
19- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.0 " )
18+ androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
19+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1 " )
2020}
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ dependencies {
3434 implementation(deps.arrow.core)
3535
3636 testImplementation(" junit:junit:4.13.2" )
37- androidTestImplementation(" androidx.test.ext:junit:1.1.4 " )
38- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.0 " )
37+ androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
38+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1 " )
3939}
You can’t perform that action at this time.
0 commit comments