diff --git a/deps_googleplay.txt b/deps_googleplay.txt index f3dae64e6..624a1711f 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -771,9 +771,9 @@ +| \--- com.google.android.gms:play-services-wearable:19.0.0 (*) ++--- com.google.android.horologist:horologist-datalayer:0.7.15 (*) ++--- com.google.android.gms:play-services-wearable:19.0.0 (*) -++--- com.microsoft.identity.client:msal:7.0.3 -+| +--- com.microsoft.identity:common:22.0.3 -+| | +--- com.microsoft.identity:common4j:22.0.3 +++--- com.microsoft.identity.client:msal:8.0.2 ++| +--- com.microsoft.identity:common:23.0.2 ++| | +--- com.microsoft.identity:common4j:23.0.2 +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.2.0 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.10.2 (*) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.5.1 -> 2.9.4 (*) @@ -786,12 +786,12 @@ +| | +--- com.squareup.moshi:moshi:1.14.0 +| | | +--- com.squareup.okio:okio:2.10.0 -> 3.9.0 (*) +| | | \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0 -> 2.1.21 (*) -+| | +--- androidx.browser:browser:1.0.0 -> 1.3.0 ++| | +--- androidx.browser:browser:1.7.0 ++| | | +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| | | +--- androidx.collection:collection:1.1.0 -> 1.5.0 (*) +| | | +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0 (*) -+| | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*) -+| | | +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) ++| | | +--- androidx.interpolator:interpolator:1.0.0 (*) +| | | \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava +| | +--- androidx.core:core:1.5.0 -> 1.16.0 (*) +| | +--- androidx.constraintlayout:constraintlayout:1.1.3 -> 2.2.1 @@ -841,12 +841,13 @@ +| | | \--- androidx.credentials:credentials:1.2.2 (c) +| | +--- com.google.android.gms:play-services-fido:20.1.0 (*) +| | +--- com.google.android.libraries.identity.googleid:googleid:1.1.0 (*) ++| | +--- com.github.stephenc.jcip:jcip-annotations:1.0-1 +| | +--- io.opentelemetry:opentelemetry-api:1.18.0 +| | | \--- io.opentelemetry:opentelemetry-context:1.18.0 +| | \--- androidx.fragment:fragment:1.3.2 -> 1.8.9 (*) +| +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.2.0 (*) +| +--- androidx.appcompat:appcompat:1.1.0 -> 1.7.1 (*) -+| +--- androidx.browser:browser:1.0.0 -> 1.3.0 (*) ++| +--- androidx.browser:browser:1.7.0 (*) +| +--- com.google.code.gson:gson:2.8.9 -> 2.12.1 +| +--- com.nimbusds:nimbus-jose-jwt:10.0.2 +| +--- org.apache.httpcomponents.core5:httpcore5:5.3 @@ -1885,7 +1886,7 @@ ++--- net.openid:appauth:0.11.1 +| +--- androidx.annotation:annotation:1.2.0 -> 1.9.1 (*) +| +--- androidx.appcompat:appcompat:1.3.0 -> 1.7.1 (*) -+| \--- androidx.browser:browser:1.3.0 (*) ++| \--- androidx.browser:browser:1.3.0 -> 1.7.0 (*) ++--- org.osmdroid:osmdroid-android:6.1.20 ++--- androidx.recyclerview:recyclerview:1.4.0 (*) ++--- androidx.compose:compose-bom:2025.11.00 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2e0a806f0..d33e555e5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -159,7 +159,7 @@ markwon-strikethrough = { module = "io.noties.markwon:ext-strikethrough", versio markwon-tables = { module = "io.noties.markwon:ext-tables", version.ref = "markwon" } markwon-tasklist = { module = "io.noties.markwon:ext-tasklist", version.ref = "markwon" } material = { module = "com.google.android.material:material", version.ref = "material" } -microsoft-authentication = { module = "com.microsoft.identity.client:msal", version = "7.0.3" } +microsoft-authentication = { module = "com.microsoft.identity.client:msal", version = "8.0.2" } mockito-android = { module = "org.mockito:mockito-android", version.ref = "mockito" } mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" } okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }