diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 0d86910..394e352 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -6,5 +6,5 @@ jobs: name: "Validation" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.2.0 + - uses: actions/checkout@v3.3.0 - uses: gradle/wrapper-validation-action@v1.0.5 \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1107831..0187380 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -88,8 +88,8 @@ dependencies { implementation(deps.customView.textDrawable) testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test:runner:1.5.1") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0") + androidTestImplementation("androidx.test:runner:1.5.2") + androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") implementation(deps.firebase.auth) implementation(deps.firebase.storage) diff --git a/base-ui/build.gradle.kts b/base-ui/build.gradle.kts index 10889b5..438423b 100644 --- a/base-ui/build.gradle.kts +++ b/base-ui/build.gradle.kts @@ -23,6 +23,6 @@ dependencies { implementation(deps.koin.android) testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.4") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0") + androidTestImplementation("androidx.test.ext:junit:1.1.5") + androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") } diff --git a/features/feature-home/build.gradle.kts b/features/feature-home/build.gradle.kts index d019506..dfa219f 100644 --- a/features/feature-home/build.gradle.kts +++ b/features/feature-home/build.gradle.kts @@ -9,6 +9,6 @@ comicApp { dependencies { testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.4") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0") + androidTestImplementation("androidx.test.ext:junit:1.1.5") + androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") } diff --git a/navigation/build.gradle.kts b/navigation/build.gradle.kts index 193dcce..7ebcc7f 100644 --- a/navigation/build.gradle.kts +++ b/navigation/build.gradle.kts @@ -15,6 +15,6 @@ dependencies { implementation(deps.timber) testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.4") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0") + androidTestImplementation("androidx.test.ext:junit:1.1.5") + androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") } diff --git a/utils/build.gradle.kts b/utils/build.gradle.kts index 1428bd2..f411130 100644 --- a/utils/build.gradle.kts +++ b/utils/build.gradle.kts @@ -34,6 +34,6 @@ dependencies { implementation(deps.arrow.core) testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.4") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0") + androidTestImplementation("androidx.test.ext:junit:1.1.5") + androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") }