penkzhou / Movie

a movie app.
MIT License
0 stars 0 forks source link

Update dependency io.coil-kt:coil to v2.6.0 #183

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.coil-kt:coil 2.5.0 -> 2.6.0 age adoption passing confidence

Release Notes

coil-kt/coil (io.coil-kt:coil) ### [`v2.6.0`](https://togithub.com/coil-kt/coil/blob/HEAD/CHANGELOG.md#260---February-23-2024) [Compare Source](https://togithub.com/coil-kt/coil/compare/2.5.0...2.6.0) - Make `rememberAsyncImagePainter`, `AsyncImage`, and `SubcomposeAsyncImage` [restartable and skippable](https://developer.android.com/jetpack/compose/performance/stability#functions). This should improve performance by avoiding recomposition unless one of the composable's arguments changes. - Add an optional `modelEqualityDelegate` argument to `rememberAsyncImagePainter`, `AsyncImage`, and `SubcomposeAsyncImage` to control whether the `model` will trigger a recomposition. - Update `ContentPainterModifier` to implement `Modifier.Node`. - Fix: Lazily register component callbacks and the network observer on a background thread. This fixes slow initialization that would often occur on the main thread. - Fix: Avoid relaunching a new image request in `rememberAsyncImagePainter`, `AsyncImage`, and `SubcomposeAsyncImage` if `ImageRequest.listener` or `ImageRequest.target` change. - Fix: Don't observe the image request twice in `AsyncImagePainter`. - Update Kotlin to 1.9.22. - Update Compose to 1.6.1. - Update Okio to 3.8.0. - Update `androidx.collection` to 1.4.0. - Update `androidx.lifecycle` to 2.7.0.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 4 months ago

Dependency diff (customize your message here):

   +--- androidx.databinding:viewbinding:8.2.2
-|    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0
-|         \--- androidx.annotation:annotation-jvm:1.7.0
-|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.0.0-Beta4
-|                   +--- org.jetbrains:annotations:13.0 -> 23.0.0
-|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.9.10 (c)
-|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.9.10 (c)
-|                   \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.0-Beta4 (c)
+|    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1
+|         \--- androidx.annotation:annotation-jvm:1.7.1
+|              \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 2.0.0-Beta4
+|                   +--- org.jetbrains:annotations:13.0 -> 23.0.0
+|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0 -> 1.8.22 (c)
+|                   +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0 -> 1.8.22 (c)
+|                   \--- org.jetbrains.kotlin:kotlin-stdlib-common:2.0.0-Beta4 (c)
 +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0
 |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0
-|    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.7.3
 |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3
 |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3
-|         |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10
-|         |              +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.0.0-Beta4 (*)
-|         |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10
-|         |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.0.0-Beta4 (*)
+|         |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22
+|         |              +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0-Beta4 (*)
+|         |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22
+|         |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0-Beta4 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*)
 +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0
 |    \--- androidx.lifecycle:lifecycle-livedata:2.7.0
 |         +--- androidx.arch.core:core-common:2.2.0
-|         |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |         +--- androidx.arch.core:core-runtime:2.2.0
-|         |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |         \--- androidx.lifecycle:lifecycle-livedata-core:2.7.0
 |              \--- androidx.lifecycle:lifecycle-common:2.7.0
-|                   \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|                   \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0
-|    +--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |    \--- androidx.lifecycle:lifecycle-runtime:2.7.0
-|         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |         \--- androidx.profileinstaller:profileinstaller:1.3.0 -> 1.3.1
-|              +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|              +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |              +--- androidx.concurrent:concurrent-futures:1.1.0
-|              |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|              |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |              \--- androidx.startup:startup-runtime:1.1.1
-|                   +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|                   +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |                   \--- androidx.tracing:tracing:1.0.0
-|                        \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|                        \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0
-|    +--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |    +--- androidx.core:core-ktx:1.2.0 -> 1.12.0
-|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    \--- androidx.core:core:1.12.0
-|    |         +--- androidx.annotation:annotation:1.6.0 -> 1.7.0 (*)
+|    |         +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*)
-|    |         +--- androidx.collection:collection:1.0.0 -> 1.3.0
-|    |         |    \--- androidx.collection:collection-jvm:1.3.0
-|    |         |         +--- androidx.annotation:annotation:1.7.0 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0-Beta4 (*)
-|    |         |         +--- androidx.collection:collection-ktx:1.3.0 (c)
-|    |         |         \--- androidx.collection:collection-ktx:1.3.0-alpha01 -> 1.3.0 (c)
+|    |         +--- androidx.collection:collection:1.0.0 -> 1.4.0
+|    |         |    \--- androidx.collection:collection-jvm:1.4.0
+|    |         |         +--- androidx.annotation:annotation:1.7.0 -> 1.7.1 (*)
+|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 2.0.0-Beta4 (*)
+|    |         |         +--- androidx.collection:collection-ktx:1.4.0 (c)
+|    |         |         \--- androidx.collection:collection-ktx:1.3.0 -> 1.4.0 (c)
 |    |         +--- androidx.interpolator:interpolator:1.0.0
-|    |         |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    |         |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |    |         \--- androidx.versionedparcelable:versionedparcelable:1.1.1
-|    |              +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |              +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |              \--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|    |              \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 |    \--- androidx.savedstate:savedstate:1.2.1
-|         \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 +--- androidx.constraintlayout:constraintlayout:2.1.4
 |    \--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1
 |         +--- androidx.activity:activity:1.6.0 -> 1.8.0
-|         |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|         |    \--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|         |    \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
-|         +--- androidx.annotation:annotation:1.3.0 -> 1.7.0 (*)
+|         +--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*)
 |         +--- androidx.appcompat:appcompat-resources:1.6.1
-|         |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|         |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|         |    +--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|         |    +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 |         |    +--- androidx.vectordrawable:vectordrawable:1.1.0
-|         |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|         |    |    \--- androidx.collection:collection:1.1.0 -> 1.3.0 (*)
+|         |    |    \--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
 |         |    \--- androidx.vectordrawable:vectordrawable-animated:1.1.0
-|         |         \--- androidx.collection:collection:1.1.0 -> 1.3.0 (*)
+|         |         \--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
-|         +--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|         +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 |         +--- androidx.cursoradapter:cursoradapter:1.0.0
-|         |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|         |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |         +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1
-|         |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |         |    \--- androidx.customview:customview:1.1.0
-|         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|         |         \--- androidx.collection:collection:1.1.0 -> 1.3.0 (*)
+|         |         \--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
 |         +--- androidx.emoji2:emoji2:1.2.0 -> 1.3.0
-|         |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|         |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|         |    +--- androidx.collection:collection:1.1.0 -> 1.3.0 (*)
+|         |    +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
 |         |    \--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0
-|         |         \--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|         |         \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |         +--- androidx.emoji2:emoji2-views-helper:1.2.0 -> 1.3.0
-|         |    \--- androidx.collection:collection:1.1.0 -> 1.3.0 (*)
+|         |    \--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
 |         +--- androidx.fragment:fragment:1.3.6 -> 1.6.2
-|         |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|         |    +--- androidx.collection:collection:1.1.0 -> 1.3.0 (*)
+|         |    +--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
 |         |    +--- androidx.loader:loader:1.0.0
-|         |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|         |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |         |    \--- androidx.viewpager:viewpager:1.0.0
-|         |         \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|         |         \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |         \--- androidx.resourceinspection:resourceinspection-annotation:1.0.1
-|              \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|              \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 +--- androidx.datastore:datastore-preferences:1.0.0
 |    \--- androidx.datastore:datastore:1.0.0
-|         +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|         +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |         \--- androidx.datastore:datastore-core:1.0.0
-|              \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|              \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 +--- androidx.navigation:navigation-fragment-ktx:2.7.7
 |    \--- androidx.navigation:navigation-fragment:2.7.7
 |         +--- androidx.fragment:fragment-ktx:1.6.2
-|         |    \--- androidx.collection:collection-ktx:1.1.0 -> 1.3.0
-|         |         +--- androidx.collection:collection:1.3.0 (*)
-|         |         \--- androidx.collection:collection:1.3.0 (c)
+|         |    \--- androidx.collection:collection-ktx:1.1.0 -> 1.4.0
+|         |         +--- androidx.collection:collection:1.4.0 (*)
+|         |         \--- androidx.collection:collection:1.4.0 (c)
 |         +--- androidx.navigation:navigation-runtime:2.7.7
-|         |    +--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|         |    +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 |         |    \--- androidx.navigation:navigation-common:2.7.7
-|         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|         |         \--- androidx.collection:collection-ktx:1.1.0 -> 1.3.0 (*)
+|         |         \--- androidx.collection:collection-ktx:1.1.0 -> 1.4.0 (*)
 |         \--- androidx.slidingpanelayout:slidingpanelayout:1.2.0
-|              +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|              +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |              +--- androidx.window:window:1.0.0
-|              |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|              |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|              |    \--- androidx.collection:collection:1.1.0 -> 1.3.0 (*)
+|              |    \--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
 |              \--- androidx.transition:transition:1.4.1
-|                   +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|                   +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|                   \--- androidx.collection:collection:1.1.0 -> 1.3.0 (*)
+|                   \--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
 +--- androidx.navigation:navigation-ui-ktx:2.7.7
 |    \--- androidx.navigation:navigation-ui:2.7.7
 |         \--- com.google.android.material:material:1.4.0-beta01 -> 1.11.0
 |              +--- org.jetbrains.kotlin:kotlin-bom:1.8.22
-|              |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (c)
+|              |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 (c)
-|              |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (c)
+|              |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 (c)
-|              +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|              +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |              +--- androidx.cardview:cardview:1.0.0
-|              |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|              |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |              +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0
-|              |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|              |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|              |    \--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|              |    \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 |              +--- androidx.dynamicanimation:dynamicanimation:1.0.0
-|              |    +--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|              |    +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 |              |    \--- androidx.legacy:legacy-support-core-utils:1.0.0
-|              |         +--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|              |         +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |              |         +--- androidx.documentfile:documentfile:1.0.0
-|              |         |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|              |         |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |              |         +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
-|              |         |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|              |         |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |              |         \--- androidx.print:print:1.0.0
-|              |              \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|              |              \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |              +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.2.1
-|              |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|              |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|              |    \--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|              |    \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 |              \--- androidx.viewpager2:viewpager2:1.0.0
-|                   +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|                   +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|                   \--- androidx.collection:collection:1.1.0 -> 1.3.0 (*)
+|                   \--- androidx.collection:collection:1.1.0 -> 1.4.0 (*)
 +--- androidx.preference:preference-ktx:1.2.1
 |    \--- androidx.preference:preference:1.2.1
-|         +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|         +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|         \--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|         \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 +--- androidx.paging:paging-runtime-ktx:3.2.1
 |    \--- androidx.paging:paging-common-ktx:3.2.1
 |         \--- androidx.paging:paging-common:3.2.1
-|              \--- androidx.annotation:annotation:1.3.0 -> 1.7.0 (*)
+|              \--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*)
 +--- com.google.dagger:hilt-android:2.50
-|    \--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 +--- com.tbuonomo:dotsindicator:5.0
-|    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10 -> 1.9.10 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10 -> 1.8.22 (*)
 |    +--- androidx.compose.ui:ui -> 1.4.0
-|    |    +--- androidx.annotation:annotation:1.5.0 -> 1.7.0 (*)
+|    |    +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*)
-|    |    +--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|    |    +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 |    |    +--- androidx.compose.runtime:runtime:1.4.0
-|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    +--- androidx.compose.runtime:runtime-saveable:1.4.0
-|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    +--- androidx.compose.ui:ui-geometry:1.4.0
-|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    +--- androidx.compose.ui:ui-graphics:1.4.0
-|    |    |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    |    |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |    |    |    \--- androidx.compose.ui:ui-unit:1.4.0
-|    |    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    \--- androidx.compose.ui:ui-text:1.4.0
-|    |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |         \--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|    |         \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 |    +--- androidx.compose.ui:ui-tooling-preview -> 1.4.0
-|    |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |    \--- androidx.compose.foundation:foundation -> 1.4.0
-|         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |         \--- androidx.compose.animation:animation:1.2.1 -> 1.4.0
-|              +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|              +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |              +--- androidx.compose.animation:animation-core:1.4.0
-|              |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|              |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |              \--- androidx.compose.foundation:foundation-layout:1.2.1 -> 1.4.0
-|                   \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|                   \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 +--- com.squareup.retrofit2:converter-moshi:2.9.0
 |    +--- com.squareup.retrofit2:retrofit:2.9.0
 |    |    \--- com.squareup.okhttp3:okhttp:3.14.9 -> 4.12.0
-|    |         +--- com.squareup.okio:okio:3.6.0
-|    |         |    \--- com.squareup.okio:okio-jvm:3.6.0
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10 -> 2.0.0-Beta4 (*)
+|    |         +--- com.squareup.okio:okio:3.6.0 -> 3.8.0
+|    |         |    \--- com.squareup.okio:okio-jvm:3.8.0
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 2.0.0-Beta4 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*)
 |    \--- com.squareup.moshi:moshi:1.8.0
-|         \--- com.squareup.okio:okio:1.16.0 -> 3.6.0 (*)
+|         \--- com.squareup.okio:okio:1.16.0 -> 3.8.0 (*)
 +--- com.squareup.okhttp3:logging-interceptor:4.12.0
-|    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.8.22 (*)
 +--- com.google.firebase:firebase-crashlytics-ktx -> 18.6.2
 |    +--- com.google.firebase:firebase-common:20.4.2
 |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4 -> 1.7.3
 |    |    |    +--- com.google.android.gms:play-services-tasks:16.0.1 -> 18.0.2
 |    |    |    |    \--- com.google.android.gms:play-services-basement:18.1.0
-|    |    |    |         \--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|    |    |    |         \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.8.22 (*)
 |    |    +--- com.google.firebase:firebase-components:17.1.5
-|    |    |    \--- androidx.annotation:annotation:1.5.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*)
-|    |    \--- androidx.annotation:annotation:1.5.0 -> 1.7.0 (*)
+|    |    \--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*)
 |    +--- com.google.firebase:firebase-common-ktx:20.4.2
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.10 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.22 (*)
 |    +--- com.google.firebase:firebase-crashlytics:18.6.2
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.10 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.22 (*)
 |    |    +--- com.google.firebase:firebase-config-interop:16.0.0 -> 16.0.1
 |    |    |    \--- com.google.firebase:firebase-encoders-json:18.0.1
-|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.10 (*)
+|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.22 (*)
-|    |    |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    |         \--- com.google.firebase:firebase-encoders:17.0.0
-|    |    |              \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |              \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    +--- com.google.android.datatransport:transport-api:3.0.0
-|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    +--- com.google.android.datatransport:transport-backend-cct:3.1.9
 |    |    |    +--- com.google.android.datatransport:transport-runtime:3.1.8 -> 3.1.9
-|    |    |    |    +--- androidx.annotation:annotation:1.3.0 -> 1.7.0 (*)
+|    |    |    |    +--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*)
 |    |    |    |    \--- com.google.firebase:firebase-encoders-proto:16.0.0
-|    |    |    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |    +--- androidx.annotation:annotation:1.5.0 -> 1.7.0 (*)
+|    |    +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*)
 |    |    \--- com.google.firebase:firebase-sessions:1.2.1 -> 1.2.2
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.10 (*)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.22 (*)
 |    |         +--- com.google.firebase:firebase-datatransport:18.1.8
-|    |         |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |         \--- androidx.annotation:annotation:1.5.0 -> 1.7.0 (*)
+|    |         \--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.22 (*)
 +--- com.google.firebase:firebase-analytics-ktx -> 21.5.1
 |    \--- com.google.firebase:firebase-analytics:21.5.1
 |         +--- com.google.android.gms:play-services-measurement:21.5.1
-|         |    +--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|         |    +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 |         |    \--- com.google.android.gms:play-services-measurement-impl:21.5.1
-|         |         +--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|         |         +--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 |         |         +--- androidx.privacysandbox.ads:ads-adservices:1.0.0-beta05
-|         |         |    \--- androidx.annotation:annotation:1.6.0 -> 1.7.0 (*)
+|         |         |    \--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*)
 |         |         \--- androidx.privacysandbox.ads:ads-adservices-java:1.0.0-beta05
-|         |              \--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|         |              \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |         \--- com.google.android.gms:play-services-measurement-sdk:21.5.1
-|              \--- androidx.collection:collection:1.0.0 -> 1.3.0 (*)
+|              \--- androidx.collection:collection:1.0.0 -> 1.4.0 (*)
 +--- com.google.firebase:firebase-perf-ktx -> 20.5.2
 |    +--- com.google.firebase:firebase-perf:20.5.2
-|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    \--- com.google.firebase:firebase-config:21.5.0 -> 21.6.1
-|    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.9.10 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.10 -> 1.8.22 (*)
-\--- io.coil-kt:coil:2.5.0
-     +--- io.coil-kt:coil-base:2.5.0
-     |    +--- androidx.annotation:annotation:1.7.0 (*)
-     |    +--- androidx.appcompat:appcompat-resources:1.6.1 (*)
-     |    +--- androidx.collection:collection:1.3.0 (*)
-     |    +--- androidx.core:core-ktx:1.12.0 (*)
-     |    +--- androidx.exifinterface:exifinterface:1.3.6
-     |    |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
-     |    +--- androidx.profileinstaller:profileinstaller:1.3.1 (*)
-     |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 -> 2.7.0 (*)
-     |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (*)
-     |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 2.0.0-Beta4 (*)
-     |    +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
-     |    \--- com.squareup.okio:okio:3.6.0 (*)
-     \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*)
+\--- io.coil-kt:coil:2.6.0
+     +--- io.coil-kt:coil-base:2.6.0
+     |    +--- androidx.annotation:annotation:1.7.1 (*)
+     |    +--- androidx.appcompat:appcompat-resources:1.6.1 (*)
+     |    +--- androidx.collection:collection:1.4.0 (*)
+     |    +--- androidx.core:core-ktx:1.12.0 (*)
+     |    +--- androidx.exifinterface:exifinterface:1.3.7
+     |    |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+     |    +--- androidx.profileinstaller:profileinstaller:1.3.1 (*)
+     |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*)
+     |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (*)
+     |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.0-Beta4 (*)
+     |    +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
+     |    \--- com.squareup.okio:okio:3.8.0 (*)
+     \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 2.0.0-Beta4 (*)