Update dependency com.microsoft.identity.client:msal to v7 (#3787)

* Update dependency com.microsoft.identity.client:msal to v7

* Update dependency diffs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/3687/head
renovate[bot] 4 months ago committed by GitHub
parent 3028d492b2
commit 75563b6a61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -765,16 +765,16 @@
+| \--- 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:6.2.0
+| +--- com.microsoft.identity:common:21.4.0
+| | +--- com.microsoft.identity:common4j:21.4.0
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 2.2.0 (*)
++--- com.microsoft.identity.client:msal:7.0.0
+| +--- com.microsoft.identity:common:22.0.0
+| | +--- com.microsoft.identity:common4j:22.0.0
+| | +--- 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 (*)
+| | +--- androidx.datastore:datastore-preferences:1.0.0 -> 1.1.7 (*)
+| | +--- org.apache.httpcomponents.core5:httpcore5:5.3
+| | +--- com.nimbusds:nimbus-jose-jwt:9.37.3
+| | | \--- com.github.stephenc.jcip:jcip-annotations:1.0-1
+| | +--- com.nimbusds:nimbus-jose-jwt:10.0.2
+| | +--- androidx.activity:activity:1.8.2 -> 1.10.1 (*)
+| | +--- androidx.appcompat:appcompat:1.1.0 -> 1.7.1 (*)
+| | +--- com.google.code.gson:gson:2.8.9 -> 2.12.1
+| | +--- com.squareup.moshi:moshi:1.14.0
@ -838,11 +838,11 @@
+| | +--- io.opentelemetry:opentelemetry-api:1.18.0
+| | | \--- io.opentelemetry:opentelemetry-context:1.18.0
+| | \--- androidx.fragment:fragment:1.3.2 -> 1.8.8 (*)
+| +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.21 -> 2.2.0 (*)
+| +--- 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 (*)
+| +--- com.google.code.gson:gson:2.8.9 -> 2.12.1
+| +--- com.nimbusds:nimbus-jose-jwt:9.37.3 (*)
+| +--- com.nimbusds:nimbus-jose-jwt:10.0.2
+| +--- org.apache.httpcomponents.core5:httpcore5:5.3
+| +--- androidx.constraintlayout:constraintlayout:1.1.3 -> 2.2.1 (*)
+| +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.10.2 (*)

@ -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.2.0" }
microsoft-authentication = { module = "com.microsoft.identity.client:msal", version = "7.0.0" }
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" }

Loading…
Cancel
Save