From 3da6f67ace64a53c807e303457f13eb574a2b487 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:34:36 -0500 Subject: [PATCH] Update dependency com.microsoft.identity.client:msal to v7.0.2 (#3810) * Update dependency com.microsoft.identity.client:msal to v7.0.2 * Update dependency diffs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- deps_googleplay.txt | 6 +++--- gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 623a0e282..ced96c5ea 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -766,9 +766,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.1 -+| +--- com.microsoft.identity:common:22.0.1 -+| | +--- com.microsoft.identity:common4j:22.0.1 +++--- com.microsoft.identity.client:msal:7.0.2 ++| +--- com.microsoft.identity:common:22.0.2 ++| | +--- com.microsoft.identity:common4j:22.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.2 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0d197b41c..00be66b9a 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.1" } +microsoft-authentication = { module = "com.microsoft.identity.client:msal", version = "7.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" }