File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
6
name : " Validation"
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3.2 .0
9
+ - uses : actions/checkout@v3.3 .0
10
10
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ dependencies {
88
88
implementation(deps.customView.textDrawable)
89
89
90
90
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 " )
93
93
94
94
implementation(deps.firebase.auth)
95
95
implementation(deps.firebase.storage)
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ dependencies {
23
23
implementation(deps.koin.android)
24
24
25
25
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 " )
28
28
}
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ comicApp {
9
9
10
10
dependencies {
11
11
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 " )
14
14
}
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ dependencies {
15
15
implementation(deps.timber)
16
16
17
17
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 " )
20
20
}
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ dependencies {
34
34
implementation(deps.arrow.core)
35
35
36
36
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 " )
39
39
}
You can’t perform that action at this time.
0 commit comments