pull/3890/merge
renovate[bot] 4 weeks ago committed by GitHub
commit 3a00e53cec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:7.1.0
+| +--- com.microsoft.identity:common:22.1.0
+| | +--- com.microsoft.identity:common4j:22.1.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.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
@ -846,7 +846,7 @@
+| | \--- 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 +1885,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

@ -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 = "7.1.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