Skip to content

Commit abac994

Browse files
authored
Merge pull request #88 from hoc081098/renovate/all-deps
fix(deps): update all dependencies
2 parents 3060e44 + a90d4bb commit abac994

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.4.0")
92-
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
91+
androidTestImplementation("androidx.test:runner:1.5.1")
92+
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")
9393

9494
implementation(deps.firebase.auth)
9595
implementation(deps.firebase.storage)

base-ui/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.3")
27-
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
26+
androidTestImplementation("androidx.test.ext:junit:1.1.4")
27+
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")
2828
}

features/feature-home/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ comicApp {
99

1010
dependencies {
1111
testImplementation("junit:junit:4.13.2")
12-
androidTestImplementation("androidx.test.ext:junit:1.1.3")
13-
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
12+
androidTestImplementation("androidx.test.ext:junit:1.1.4")
13+
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")
1414
}

navigation/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.3")
19-
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
18+
androidTestImplementation("androidx.test.ext:junit:1.1.4")
19+
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")
2020
}

utils/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.3")
38-
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
37+
androidTestImplementation("androidx.test.ext:junit:1.1.4")
38+
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")
3939
}

0 commit comments

Comments
 (0)