pull/3986/merge
renovate[bot] 2 weeks ago committed by GitHub
commit bc7d3f4a7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -784,9 +784,14 @@
+| \--- 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.1.1
+| +--- com.microsoft.identity:common:23.1.1
+| | +--- com.microsoft.identity:common4j:23.1.1
+| | +--- androidx.webkit:webkit:1.14.0
+| | | +--- androidx.annotation:annotation:1.8.1 -> 1.9.1 (*)
+| | | +--- androidx.annotation:annotation-experimental:1.4.1 -> 1.5.1 (*)
+| | | +--- androidx.core:core:1.1.0 -> 1.16.0 (*)
+| | | \--- org.jspecify:jspecify:1.0.0
+| | +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 2.2.21 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.10.2 (*)
+| | +--- androidx.lifecycle:lifecycle-runtime-ktx:2.5.1 -> 2.10.0 (*)
@ -799,12 +804,12 @@
+| | +--- com.squareup.moshi:moshi:1.14.0
+| | | +--- com.squareup.okio:okio:2.10.0 -> 3.16.4 (*)
+| | | \--- 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
@ -854,12 +859,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.21 (*)
+| +--- 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
@ -1897,7 +1903,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.01

@ -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.1.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" }

Loading…
Cancel
Save