Skip to content

Commit 77d7557

Browse files
authored
Merge pull request #91 from hoc081098/renovate/all-deps
chore(deps): update all dependencies
2 parents 685e4c4 + 4e57557 commit 77d7557

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/gradle-wrapper-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
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
- uses: gradle/[email protected]

app/build.gradle.kts

+2-2
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.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)

base-ui/build.gradle.kts

+2-2
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.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
}

features/feature-home/build.gradle.kts

+2-2
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.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
}

navigation/build.gradle.kts

+2-2
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.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
}

utils/build.gradle.kts

+2-2
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.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
}

0 commit comments

Comments
 (0)