From f07505eff8796dec7e58f3dbd9467db1eb8a40c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 20:48:11 +0000 Subject: [PATCH] Bump the androidx_work group with 2 updates Bumps the androidx_work group with 2 updates: androidx.work:work-testing and androidx.work:work-runtime-ktx. Updates `androidx.work:work-testing` from 2.10.4 to 2.10.5 Updates `androidx.work:work-runtime-ktx` from 2.10.4 to 2.10.5 --- updated-dependencies: - dependency-name: androidx.work:work-testing dependency-version: 2.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_work - dependency-name: androidx.work:work-runtime-ktx dependency-version: 2.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_work ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 479309c28..c31431039 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -436,7 +436,7 @@ dependencies { androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0") androidTestImplementation("androidx.room:room-testing:2.8.0") androidTestImplementation("androidx.arch.core:core-testing:2.2.0") - androidTestImplementation("androidx.work:work-testing:2.10.4") + androidTestImplementation("androidx.work:work-testing:2.10.5") androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.1.0") androidTestImplementation("com.squareup.okhttp3:okhttp-tls:5.1.0") androidTestImplementation("com.athaydes.rawhttp:rawhttp-core:2.6.0") @@ -479,7 +479,7 @@ dependencies { implementation("androidx.core:core-splashscreen:1.0.1") implementation("androidx.activity:activity-ktx:1.11.0") implementation("androidx.fragment:fragment-ktx:1.8.9") - implementation("androidx.work:work-runtime-ktx:2.10.4") + implementation("androidx.work:work-runtime-ktx:2.10.5") implementation("androidx.navigation:navigation-fragment-ktx:2.9.5") implementation("androidx.navigation:navigation-ui-ktx:2.9.5") implementation("androidx.navigation:navigation-runtime-ktx:2.9.5")