diff --git a/deps_fdroid.txt b/deps_fdroid.txt index 87e17a222..ef1de9fce 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -1465,10 +1465,10 @@ +| | | +--- com.google.http-client:google-http-client:1.47.0 (*) +| | | \--- com.google.code.gson:gson:2.11.0 -> 2.12.1 +| | \--- com.google.guava:guava:31.1-android -> 33.4.0-android (*) -+| +--- com.google.auth:google-auth-library-credentials:1.30.0 -> 1.37.1 -+| +--- com.google.auth:google-auth-library-oauth2-http:1.30.0 -> 1.37.1 ++| +--- com.google.auth:google-auth-library-credentials:1.30.0 -> 1.38.0 ++| +--- com.google.auth:google-auth-library-oauth2-http:1.30.0 -> 1.38.0 +| | +--- com.google.auto.value:auto-value-annotations:1.11.0 -+| | +--- com.google.auth:google-auth-library-credentials:1.37.1 ++| | +--- com.google.auth:google-auth-library-credentials:1.38.0 +| | +--- com.google.http-client:google-http-client:1.47.0 (*) +| | +--- com.google.http-client:google-http-client-gson:1.47.0 (*) +| | +--- com.google.guava:guava:33.4.0-android (*) @@ -1478,7 +1478,7 @@ +| \--- com.google.http-client:google-http-client:1.45.2 -> 1.47.0 (*) ++--- com.google.apis:google-api-services-drive:v3-rev20250723-2.0.0 +| \--- com.google.api-client:google-api-client:2.7.2 (*) -++--- com.google.auth:google-auth-library-oauth2-http:1.37.1 (*) +++--- com.google.auth:google-auth-library-oauth2-http:1.38.0 (*) ++--- androidx.work:work-runtime-ktx:2.10.3 +| +--- androidx.work:work-runtime:2.10.3 (*) +| \--- androidx.work:work-runtime:2.10.3 (c) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 959742152..4bb051f68 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -1853,10 +1853,10 @@ +| | | +--- com.google.http-client:google-http-client:1.47.0 (*) +| | | \--- com.google.code.gson:gson:2.11.0 -> 2.12.1 +| | \--- com.google.guava:guava:31.1-android -> 33.4.0-android (*) -+| +--- com.google.auth:google-auth-library-credentials:1.30.0 -> 1.37.1 -+| +--- com.google.auth:google-auth-library-oauth2-http:1.30.0 -> 1.37.1 ++| +--- com.google.auth:google-auth-library-credentials:1.30.0 -> 1.38.0 ++| +--- com.google.auth:google-auth-library-oauth2-http:1.30.0 -> 1.38.0 +| | +--- com.google.auto.value:auto-value-annotations:1.11.0 -+| | +--- com.google.auth:google-auth-library-credentials:1.37.1 ++| | +--- com.google.auth:google-auth-library-credentials:1.38.0 +| | +--- com.google.http-client:google-http-client:1.47.0 (*) +| | +--- com.google.http-client:google-http-client-gson:1.47.0 (*) +| | +--- com.google.guava:guava:33.4.0-android (*) @@ -1866,7 +1866,7 @@ +| \--- com.google.http-client:google-http-client:1.45.2 -> 1.47.0 (*) ++--- com.google.apis:google-api-services-drive:v3-rev20250723-2.0.0 +| \--- com.google.api-client:google-api-client:2.7.2 (*) -++--- com.google.auth:google-auth-library-oauth2-http:1.37.1 (*) +++--- com.google.auth:google-auth-library-oauth2-http:1.38.0 (*) ++--- androidx.work:work-runtime-ktx:2.10.3 +| +--- androidx.work:work-runtime:2.10.3 (*) +| \--- androidx.work:work-runtime:2.10.3 (c) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3d393dfbc..1dd700793 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ desugar_jdk_libs = "2.1.5" etebase = "2.3.2" firebase = "33.16.0" firebase-crashlytics-gradle = "3.0.6" -google-oauth2 = "1.37.1" +google-oauth2 = "1.38.0" google-api-drive = "v3-rev20250723-2.0.0" google-api-tasks = "v1-rev20250518-2.0.0" google-services = "4.4.3"