diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 879e1b51d..82a676022 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -1313,7 +1313,7 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.hilt:hilt-common:1.2.0 +| | \--- com.google.dagger:hilt-core:2.49 -> 2.56.2 (*) -+| +--- androidx.work:work-runtime:2.3.4 -> 2.10.1 ++| +--- androidx.work:work-runtime:2.3.4 -> 2.10.2 +| | +--- androidx.annotation:annotation-experimental:1.4.1 (*) +| | +--- androidx.concurrent:concurrent-futures-ktx:1.1.0 +| | | +--- androidx.concurrent:concurrent-futures:1.1.0 (*) @@ -1338,7 +1338,7 @@ +| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.21 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.2 (*) -+| | +--- androidx.work:work-runtime-ktx:2.10.1 (c) ++| | +--- androidx.work:work-runtime-ktx:2.10.2 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.21 (c) +| \--- com.google.dagger:hilt-android:2.49 -> 2.56.2 (*) ++--- androidx.core:core-splashscreen:1.0.1 @@ -1461,9 +1461,9 @@ ++--- com.google.apis:google-api-services-drive:v3-rev20250511-2.0.0 +| \--- com.google.api-client:google-api-client:2.7.2 (*) ++--- com.google.auth:google-auth-library-oauth2-http:1.37.0 (*) -++--- androidx.work:work-runtime-ktx:2.10.1 -+| +--- androidx.work:work-runtime:2.10.1 (*) -+| \--- androidx.work:work-runtime:2.10.1 (c) +++--- androidx.work:work-runtime-ktx:2.10.2 ++| +--- androidx.work:work-runtime:2.10.2 (*) ++| \--- androidx.work:work-runtime:2.10.2 (c) ++--- com.etebase:client:2.3.2 +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| \--- com.squareup.okhttp3:logging-interceptor:3.12.1 diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 3474ed9a2..15a74387f 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -1748,7 +1748,7 @@ +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| +--- androidx.hilt:hilt-common:1.2.0 +| | \--- com.google.dagger:hilt-core:2.49 -> 2.56.2 (*) -+| +--- androidx.work:work-runtime:2.3.4 -> 2.10.1 ++| +--- androidx.work:work-runtime:2.3.4 -> 2.10.2 +| | +--- androidx.annotation:annotation-experimental:1.4.1 (*) +| | +--- androidx.concurrent:concurrent-futures-ktx:1.1.0 (*) +| | +--- androidx.core:core:1.12.0 -> 1.13.1 (*) @@ -1770,7 +1770,7 @@ +| | +--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | +--- org.jetbrains.kotlin:kotlin-stdlib -> 2.1.21 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 -> 1.10.2 (*) -+| | +--- androidx.work:work-runtime-ktx:2.10.1 (c) ++| | +--- androidx.work:work-runtime-ktx:2.10.2 (c) +| | \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.1.21 (c) +| \--- com.google.dagger:hilt-android:2.49 -> 2.56.2 (*) ++--- androidx.core:core-splashscreen:1.0.1 @@ -1890,9 +1890,9 @@ ++--- com.google.apis:google-api-services-drive:v3-rev20250511-2.0.0 +| \--- com.google.api-client:google-api-client:2.7.2 (*) ++--- com.google.auth:google-auth-library-oauth2-http:1.37.0 (*) -++--- androidx.work:work-runtime-ktx:2.10.1 -+| +--- androidx.work:work-runtime:2.10.1 (*) -+| \--- androidx.work:work-runtime:2.10.1 (c) +++--- androidx.work:work-runtime-ktx:2.10.2 ++| +--- androidx.work:work-runtime:2.10.2 (*) ++| \--- androidx.work:work-runtime:2.10.2 (c) ++--- com.etebase:client:2.3.2 +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| \--- com.squareup.okhttp3:logging-interceptor:3.12.1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b3b836be7..d4f52beff 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -59,7 +59,7 @@ room = "2.7.1" shortcut-badger = "1.1.22" timber = "5.0.1" swiperefreshlayout = "1.1.0" -work = "2.10.1" +work = "2.10.2" androidx-test = "1.6.1" androidx-test-runner = "1.6.2" xpp3 = "1.1.6"