From 83e8044bc5cb0319f81784409db52d4086d783b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 18:51:20 -0500 Subject: [PATCH] Update dependency com.microsoft.identity.client:msal to v6.0.1 (#3574) * Update dependency com.microsoft.identity.client:msal to v6.0.1 * Update dependency diffs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- deps_fdroid.txt | 6 +++--- deps_googleplay.txt | 6 +++--- gradle/libs.versions.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deps_fdroid.txt b/deps_fdroid.txt index abb0324a7..b6d5899c2 100644 --- a/deps_fdroid.txt +++ b/deps_fdroid.txt @@ -1413,9 +1413,9 @@ +| +--- androidx.core:core:1.1.0 -> 1.13.1 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava -++--- com.microsoft.identity.client:msal:6.0.0 -+| +--- com.microsoft.identity:common:21.0.0 -+| | +--- com.microsoft.identity:common4j:21.0.0 +++--- com.microsoft.identity.client:msal:6.0.1 ++| +--- com.microsoft.identity:common:21.1.0 ++| | +--- com.microsoft.identity:common4j:21.1.0 +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.10.2 (*) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.5.1 -> 2.8.7 (*) diff --git a/deps_googleplay.txt b/deps_googleplay.txt index 732ed2b9b..b63f548c6 100644 --- a/deps_googleplay.txt +++ b/deps_googleplay.txt @@ -1766,9 +1766,9 @@ +| +--- androidx.core:core:1.1.0 -> 1.13.1 (*) +| +--- androidx.annotation:annotation:1.1.0 -> 1.9.1 (*) +| \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava -++--- com.microsoft.identity.client:msal:6.0.0 -+| +--- com.microsoft.identity:common:21.0.0 -+| | +--- com.microsoft.identity:common4j:21.0.0 +++--- com.microsoft.identity.client:msal:6.0.1 ++| +--- com.microsoft.identity:common:21.1.0 ++| | +--- com.microsoft.identity:common4j:21.1.0 +| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 2.1.20 (*) +| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.10.2 (*) +| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.5.1 -> 2.8.7 (*) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c2d938943..983c4105f 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 = "6.0.0" } +microsoft-authentication = { module = "com.microsoft.identity.client:msal", version = "6.0.1" } 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" }