Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stripeTerminalVersion from 3.1.1 to 3.5.0 #11354

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2024

Bumps stripeTerminalVersion from 3.1.1 to 3.5.0.
Updates com.stripe:stripeterminal-localmobile from 3.1.1 to 3.5.0

Release notes

Sourced from com.stripe:stripeterminal-localmobile's releases.

v3.5.0

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.5.0"

See CHANGELOG.md for details.

v3.4.0

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.4.0"

See CHANGELOG.md for details.

v3.3.1

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.3.1"

See CHANGELOG.md for details.

v3.3.0

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.3.0"

See CHANGELOG.md for details.

v3.2.1

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.2.1"

See CHANGELOG.md for details.

v3.2.0

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.2.0"

See CHANGELOG.md for details.

Changelog

Sourced from com.stripe:stripeterminal-localmobile's changelog.

3.5.0 - 2024-04-09

Core

Tap to Pay (localmobile)

  • New: Play audible tones when a card is successfully read or when a card cannot be read during a contactless payment.
  • Fix: Fixes an issue where canceling an auto-reconnection attempt consistently fails, keeping the reader connected.
  • Fix: Simulated readers will now return the card configured in the SimulatorConfiguration. Fixes issue 432.

3.4.0 - 2024-03-04

Core

  • Update: More descriptive TerminalException error messages for operations that fail due to network-related errors.
  • Update: Charges created with simulated readers now have additional fields defined in ReceiptDetails:
    • ReceiptDetails.applicationPreferredName varies based on the brand of the selected simulated card, e.g. "VISA Debit/Credit (Classic)"
    • ReceiptDetails.dedicatedFileName varies based on card brand, e.g. "A0000000031010"
    • ReceiptDetails.terminalVerificationResults is always "0000008000"
  • Fix: Formatting on certain fields exposed in OfflineCardPresentDetails is now consistent with CardPresentDetails
    • brand is now always lowercase
    • expYear is a four-digit number
  • Fix: Offline PaymentIntent's created field is now in seconds
  • Update: The Terminal.collectInputs method can now display optional toggles in each form.
  • Fix: Fixes a bug where PaymentIntent::id was not null for PaymentIntents created while operating offline with a smart reader.
  • Update: Allow CollectConfiguration::updatePaymentIntent to be true for offline enabled readers when the PaymentIntent was created with CreateConfiguration::offlineBehavior set to REQUIRE_ONLINE.
  • Fix: Fixes a rare bug where Bluetooth/USB readers could get in to a state where they would no longer accept payments. Also forces a disconnect and throws READER_MISSING_ENCRYPTION_KEYS when this error is encountered on attempt to collect payment method data. Reconnecting to the reader should re-install the keys.
  • Fix: Resolves issue where SDK appears to be stuck when updating M2/Chipper readers from older configs. Fixes issue 430.

Tap to Pay (localmobile)

  • New: Added autoReconnectOnUnexpectedDisconnect & localMobileReaderReconnectionListener to the LocalMobileConnectionConfiguration. When enabled, the SDK will attempt to restore connection upon any unexpected disconnect to the local mobile reader. See Stripe Docs for details.
  • Fix: Removed requirement for devices to support NFC at installation time. Fixes issue 420.

3.3.1 - 2024-02-14

Core

  • Fix: Fixes an issue where calls to Terminal::initTerminal fail on certain Android devices with Offline mode is not available on this device.

3.3.0 - 2024-01-30

... (truncated)

Commits

Updates com.stripe:stripeterminal-core from 3.1.1 to 3.5.0

Release notes

Sourced from com.stripe:stripeterminal-core's releases.

v3.5.0

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.5.0"

See CHANGELOG.md for details.

v3.4.0

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.4.0"

See CHANGELOG.md for details.

v3.3.1

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.3.1"

See CHANGELOG.md for details.

v3.3.0

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.3.0"

See CHANGELOG.md for details.

v3.2.1

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.2.1"

See CHANGELOG.md for details.

v3.2.0

If you're using Gradle, update your build file to:

implementation "com.stripe:stripeterminal:3.2.0"

See CHANGELOG.md for details.

Changelog

Sourced from com.stripe:stripeterminal-core's changelog.

3.5.0 - 2024-04-09

Core

Tap to Pay (localmobile)

  • New: Play audible tones when a card is successfully read or when a card cannot be read during a contactless payment.
  • Fix: Fixes an issue where canceling an auto-reconnection attempt consistently fails, keeping the reader connected.
  • Fix: Simulated readers will now return the card configured in the SimulatorConfiguration. Fixes issue 432.

3.4.0 - 2024-03-04

Core

  • Update: More descriptive TerminalException error messages for operations that fail due to network-related errors.
  • Update: Charges created with simulated readers now have additional fields defined in ReceiptDetails:
    • ReceiptDetails.applicationPreferredName varies based on the brand of the selected simulated card, e.g. "VISA Debit/Credit (Classic)"
    • ReceiptDetails.dedicatedFileName varies based on card brand, e.g. "A0000000031010"
    • ReceiptDetails.terminalVerificationResults is always "0000008000"
  • Fix: Formatting on certain fields exposed in OfflineCardPresentDetails is now consistent with CardPresentDetails
    • brand is now always lowercase
    • expYear is a four-digit number
  • Fix: Offline PaymentIntent's created field is now in seconds
  • Update: The Terminal.collectInputs method can now display optional toggles in each form.
  • Fix: Fixes a bug where PaymentIntent::id was not null for PaymentIntents created while operating offline with a smart reader.
  • Update: Allow CollectConfiguration::updatePaymentIntent to be true for offline enabled readers when the PaymentIntent was created with CreateConfiguration::offlineBehavior set to REQUIRE_ONLINE.
  • Fix: Fixes a rare bug where Bluetooth/USB readers could get in to a state where they would no longer accept payments. Also forces a disconnect and throws READER_MISSING_ENCRYPTION_KEYS when this error is encountered on attempt to collect payment method data. Reconnecting to the reader should re-install the keys.
  • Fix: Resolves issue where SDK appears to be stuck when updating M2/Chipper readers from older configs. Fixes issue 430.

Tap to Pay (localmobile)

  • New: Added autoReconnectOnUnexpectedDisconnect & localMobileReaderReconnectionListener to the LocalMobileConnectionConfiguration. When enabled, the SDK will attempt to restore connection upon any unexpected disconnect to the local mobile reader. See Stripe Docs for details.
  • Fix: Removed requirement for devices to support NFC at installation time. Fixes issue 420.

3.3.1 - 2024-02-14

Core

  • Fix: Fixes an issue where calls to Terminal::initTerminal fail on certain Android devices with Offline mode is not available on this device.

3.3.0 - 2024-01-30

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `stripeTerminalVersion` from 3.1.1 to 3.5.0.

Updates `com.stripe:stripeterminal-localmobile` from 3.1.1 to 3.5.0
- [Release notes](https://github.com/stripe/stripe-terminal-android/releases)
- [Changelog](https://github.com/stripe/stripe-terminal-android/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-terminal-android@v3.1.1...v3.5.0)

Updates `com.stripe:stripeterminal-core` from 3.1.1 to 3.5.0
- [Release notes](https://github.com/stripe/stripe-terminal-android/releases)
- [Changelog](https://github.com/stripe/stripe-terminal-android/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-terminal-android@v3.1.1...v3.5.0)

---
updated-dependencies:
- dependency-name: com.stripe:stripeterminal-localmobile
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.stripe:stripeterminal-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the bot: dependencies update PRs that update a dependency file, used by Dependabot. label Apr 18, 2024
@dependabot dependabot bot requested review from a team and backwardstruck and removed request for a team April 18, 2024 18:17
@wpmobilebot
Copy link
Collaborator

Found 1 violations:

The PR caused the following dependency changes:

expand

 +--- androidx.navigation:navigation-dynamic-features-fragment:2.7.7
 |    +--- androidx.navigation:navigation-dynamic-features-runtime:2.7.7
 |    |    +--- androidx.navigation:navigation-runtime:2.7.7
 |    |    |    +--- androidx.activity:activity-ktx:1.7.1 -> 1.8.0
 |    |    |    |    +--- androidx.activity:activity:1.8.0
-|    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0
-|    |    |    |    |    |    \--- androidx.annotation:annotation-jvm:1.7.0
-|    |    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.22
-|    |    |    |    |    |              +--- 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:1.9.22 (c)
+|    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1
+|    |    |    |    |    |    \--- androidx.annotation:annotation-jvm:1.7.1
+|    |    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23
+|    |    |    |    |    |              +--- org.jetbrains:annotations:13.0 -> 23.0.0
+|    |    |    |    |    |              +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.23 (c)
+|    |    |    |    |    |              +--- 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)
 |    |    |    |    |    +--- androidx.collection:collection:1.0.0 -> 1.2.0
-|    |    |    |    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |    |    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    |    |    |    +--- androidx.core:core:1.8.0 -> 1.12.0
-|    |    |    |    |    |    +--- androidx.annotation:annotation:1.6.0 -> 1.7.0 (*)
+|    |    |    |    |    |    +--- androidx.annotation:annotation:1.6.0 -> 1.7.1 (*)
 |    |    |    |    |    |    +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.3.1
-|    |    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.22 (*)
+|    |    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23 (*)
 |    |    |    |    |    |    +--- androidx.concurrent:concurrent-futures:1.0.0 -> 1.1.0
-|    |    |    |    |    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |    |    |    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    |    |    |    |    +--- 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.lifecycle:lifecycle-runtime:2.3.1 -> 2.6.2
-|    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |    |    |    |    |    |    +--- androidx.arch.core:core-common:2.2.0
-|    |    |    |    |    |    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |    |    |    |    |    |    +--- androidx.arch.core:core-runtime:2.2.0
-|    |    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |    |    |    |    |    |    |    \--- androidx.arch.core:core-common:2.2.0 (*)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2
-|    |    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |    |    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |    |    |    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3
-|    |    |    |    |    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3
-|    |    |    |    |    |    |    |    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3
-|    |    |    |    |    |    |    |    |    |         +--- org.jetbrains:annotations:23.0.0
-|    |    |    |    |    |    |    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3
-|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (c)
-|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c)
-|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c)
-|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3 (c)
-|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-rx3:1.7.3 (c)
-|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.7.3 (c)
-|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3 (c)
-|    |    |    |    |    |    |    |    |    |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.7.3 (c)
-|    |    |    |    |    |    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.22
-|    |    |    |    |    |    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 (*)
-|    |    |    |    |    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 (*)
-|    |    |    |    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10
-|    |    |    |    |    |    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 1.9.22 (*)
-|    |    |    |    |    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10
-|    |    |    |    |    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 1.9.22 (*)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.profileinstaller:profileinstaller:1.3.0
-|    |    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
-|    |    |    |    |    |    |    |    +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
-|    |    |    |    |    |    |    |    +--- androidx.startup:startup-runtime:1.1.1
-|    |    |    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |    |    |    |    |    |    |    |    \--- androidx.tracing:tracing:1.0.0
-|    |    |    |    |    |    |    |    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |    |    |    |    |    |    |    \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
-|    |    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.7.0
+|    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+|    |    |    |    |    |    |    +--- androidx.arch.core:core-common:2.2.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.1 (*)
+|    |    |    |    |    |    |    |    \--- androidx.arch.core:core-common:2.2.0 (*)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.7.0
+|    |    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+|    |    |    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    |    |    |    |    |    |    +--- 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:annotations:23.0.0
+|    |    |    |    |    |    |    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3
+|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (c)
+|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 (c)
+|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (c)
+|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3 (c)
+|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-rx3:1.7.3 (c)
+|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.7.3 (c)
+|    |    |    |    |    |    |    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3 (c)
+|    |    |    |    |    |    |    |    |    |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.7.3 (c)
+|    |    |    |    |    |    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.23
+|    |    |    |    |    |    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 (*)
+|    |    |    |    |    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 (*)
+|    |    |    |    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10
+|    |    |    |    |    |    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 1.9.23 (*)
+|    |    |    |    |    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10
+|    |    |    |    |    |    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.10 -> 1.9.23 (*)
+|    |    |    |    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    |    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.profileinstaller:profileinstaller:1.3.0
+|    |    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+|    |    |    |    |    |    |    |    +--- androidx.concurrent:concurrent-futures:1.1.0 (*)
+|    |    |    |    |    |    |    |    +--- androidx.startup:startup-runtime:1.1.1
+|    |    |    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+|    |    |    |    |    |    |    |    |    \--- androidx.tracing:tracing:1.0.0
+|    |    |    |    |    |    |    |    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+|    |    |    |    |    |    |    |    \--- com.google.guava:listenablefuture:1.0 -> 9999.0-empty-to-avoid-conflict-with-guava
+|    |    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
 |    |    |    |    |    |    +--- androidx.versionedparcelable:versionedparcelable:1.1.1
-|    |    |    |    |    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |    |    |    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    |    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.6.2 (*)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.6.2
-|    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    |    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0
+|    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+|    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|    |    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.6.2
-|    |    |    |    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
-|    |    |    |    |    |    +--- androidx.core:core-ktx:1.2.0 -> 1.12.0
-|    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |    |    |    |    |    |    +--- androidx.core:core:1.12.0 (*)
-|    |    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
-|    |    |    |    |    |    |    \--- androidx.core:core:1.12.0 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2
-|    |    |    |    |    |    |    +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*)
-|    |    |    |    |    |    |    +--- androidx.arch.core:core-runtime:2.1.0 -> 2.2.0 (*)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 (*)
-|    |    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    |    |    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (*)
-|    |    |    |    |    |    +--- androidx.savedstate:savedstate:1.2.1
-|    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |    |    |    |    |    |    +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*)
-|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.6.2 (*)
-|    |    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |    |    |    |    |    |    \--- androidx.savedstate:savedstate-ktx:1.2.1 (c)
-|    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    |    |    |    |    |    \--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.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.1 (*)
+|    |    |    |    |    |    |    +--- androidx.core:core:1.12.0 (*)
+|    |    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    |    |    |    |    |    \--- androidx.core:core:1.12.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0
+|    |    |    |    |    |    |    +--- androidx.arch.core:core-common:2.2.0 (*)
+|    |    |    |    |    |    |    +--- androidx.arch.core:core-runtime:2.2.0 (*)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.7.0 (*)
+|    |    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|    |    |    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (*)
+|    |    |    |    |    |    +--- androidx.savedstate:savedstate:1.2.1
+|    |    |    |    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+|    |    |    |    |    |    |    +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*)
+|    |    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.7.0 (*)
+|    |    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.23 (*)
+|    |    |    |    |    |    |    \--- androidx.savedstate:savedstate-ktx:1.2.1 (c)
+|    |    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.7.3 (*)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    |    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    |    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.6.2
-|    |    |    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (*)
-|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
+|    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 -> 2.7.0
+|    |    |    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*)
+|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.7.3 (*)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.6.2
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (*)
-|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    |    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
+|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (*)
+|    |    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.7.3 (*)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
+|    |    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    |    |    |    |    \--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
 |    |    |    |    +--- androidx.savedstate:savedstate-ktx:1.2.1
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.23 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
-|    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.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
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.22 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.20 -> 1.9.23 (*)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 (*)
+|    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 -> 2.7.0 (*)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (*)
+|    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 -> 2.7.0 (*)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (*)
+|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (*)
+|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 -> 2.7.0 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
 |    |    \--- com.google.android.play:feature-delivery:2.0.1
 |    |         \--- com.google.android.gms:play-services-basement:18.1.0 -> 18.2.0
 |    |              \--- androidx.fragment:fragment:1.0.0 -> 1.6.2
-|    |                   +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |                   +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |                   +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.6.2 (*)
+|    |                   +--- androidx.lifecycle:lifecycle-livedata-core:2.6.1 -> 2.7.0 (*)
-|    |                   +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.6.2 (*)
+|    |                   +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*)
-|    |                   +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.6.2 (*)
+|    |                   +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*)
-|    |                   +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.6.2 (*)
+|    |                   +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.1 -> 2.7.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.lifecycle:lifecycle-livedata:2.0.0 -> 2.6.2
-|    |                   |    |    +--- androidx.arch.core:core-common:2.1.0 -> 2.2.0 (*)
-|    |                   |    |    +--- androidx.arch.core:core-runtime:2.1.0 -> 2.2.0 (*)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (*)
-|    |                   |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    |                   |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    |                   |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
+|    |                   |    +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0
+|    |                   |    |    +--- androidx.arch.core:core-common:2.2.0 (*)
+|    |                   |    |    +--- androidx.arch.core:core-runtime:2.2.0 (*)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (*)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (*)
+|    |                   |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    |                   |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|    |                   |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
+|    |                   |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |                   |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    |                   |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|    |                   |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
-|    |                   |    \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.6.2 (*)
+|    |                   |    \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.7.0 (*)
 |    |                   +--- 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.customview:customview:1.0.0 -> 1.1.0
-|    |                   |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |                   |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.22 (*)
+|    |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.23 (*)
 |    +--- androidx.navigation:navigation-fragment:2.7.7
 |    |    +--- androidx.fragment:fragment-ktx:1.6.2
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.6.2
-|    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (*)
-|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    |    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    |    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.1 -> 2.7.0 (*)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.6.2 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1 -> 2.7.0 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.22 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.20 -> 1.9.23 (*)
 |    |    +--- 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
-|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.22 (*)
+|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.23 (*)
-|    |    |    |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    |    |    |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |    |    |    \--- androidx.transition:transition:1.4.1
-|    |    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
-+--- androidx.databinding:viewbinding:8.1.0
-|    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
++--- androidx.databinding:viewbinding:8.1.0 -> 8.3.1
+|    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
-+--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 (*)
++--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 1.9.23 (*)
 +--- com.google.firebase:firebase-messaging -> 23.4.0
 |    +--- 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 (*)
 |    |    \--- 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 (*)
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.22 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23 (*)
-|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |    +--- com.google.android.datatransport:transport-api:3.1.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.8
-|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |    +--- com.google.android.datatransport:transport-runtime:3.1.8
-|    |    |    \--- androidx.annotation:annotation:1.3.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*)
 |    |    \--- com.google.firebase:firebase-encoders-json:18.0.0 -> 18.0.1
-|    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    +--- com.google.android.gms:play-services-stats:17.0.2
 |    |    \--- 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 (*)
 |    +--- com.google.firebase:firebase-datatransport:18.1.7
-|    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    +--- com.google.firebase:firebase-common:20.4.2
 |    |    +--- 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 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.22 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23 (*)
 |    \--- com.google.firebase:firebase-installations:17.2.0
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.22 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23 (*)
 +--- com.google.firebase:firebase-config -> 21.6.0
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.22 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23 (*)
-|    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 +--- com.google.firebase:firebase-analytics -> 21.5.0
 |    \--- com.google.android.gms:play-services-measurement:21.5.0
 |         \--- com.google.android.gms:play-services-measurement-impl:21.5.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 (*)
-|              |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|              |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
 |              \--- 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 (*)
-|                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
 +--- androidx.constraintlayout:constraintlayout:2.1.4
 |    \--- androidx.appcompat:appcompat:1.2.0 -> 1.6.1
-|         +--- 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.vectordrawable:vectordrawable:1.1.0
-|         |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |         +--- 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.emoji2:emoji2:1.2.0 -> 1.4.0
-|         |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|         |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|         |    \--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.6.2
-|         |         +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
-|         |         +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (*)
-|         |         +--- androidx.startup:startup-runtime:1.1.1 (*)
-|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|         |         +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|         |         +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|         |         +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|         |         +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|         |         +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|         |         +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|         |         +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|         |         +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|         |         +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|         |         +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|         |         +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
-|         |         +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|         |         \--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
+|         |    \--- androidx.lifecycle:lifecycle-process:2.4.1 -> 2.7.0
+|         |         +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+|         |         +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*)
+|         |         +--- androidx.startup:startup-runtime:1.1.1 (*)
+|         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|         |         +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
+|         |         +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|         |         \--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
-|         +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.6.2 (*)
+|         +--- androidx.lifecycle:lifecycle-runtime:2.5.1 -> 2.7.0 (*)
-|         +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.6.2 (*)
+|         +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*)
 |         +--- 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 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.22 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 -> 1.9.23 (*)
 +--- androidx.recyclerview:recyclerview:1.3.2
-|    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    \--- androidx.customview:customview-poolingcontainer:1.0.0
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.22 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.23 (*)
 +--- androidx.recyclerview:recyclerview-selection:1.1.0
-|    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-+--- com.google.android.material:material:1.6.1 -> 1.9.0
-|    +--- com.google.errorprone:error_prone_annotations:2.15.0 -> 2.26.1
-|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
-|    +--- androidx.appcompat:appcompat:1.5.0 -> 1.6.1 (*)
-|    +--- androidx.cardview:cardview:1.0.0
-|    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
-|    +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0
-|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |    +--- androidx.core:core:1.1.0 -> 1.12.0 (*)
-|    |    +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
-|    |    \--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
-|    +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 (*)
-|    +--- androidx.core:core:1.6.0 -> 1.12.0 (*)
-|    +--- androidx.drawerlayout:drawerlayout:1.1.1 (*)
-|    +--- androidx.dynamicanimation:dynamicanimation:1.0.0
-|    |    +--- androidx.core:core:1.0.0 -> 1.12.0 (*)
-|    |    +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
-|    |    \--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
-|    +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*)
-|    +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*)
-|    +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.6.2 (*)
-|    +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 (*)
-|    +--- androidx.transition:transition:1.2.0 -> 1.4.1 (*)
-|    +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
-|    \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02
-|         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|         +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.3.1 (*)
-|         +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
-|         +--- androidx.core:core:1.3.2 -> 1.12.0 (*)
-|         +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*)
-|         \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*)
++--- com.google.android.material:material:1.6.1 -> 1.11.0
+|    +--- org.jetbrains.kotlin:kotlin-bom:1.8.22
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (c)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (c)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (c)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (c)
+|    |    \--- org.jetbrains.kotlin:kotlin-reflect:1.8.22 (c)
+|    +--- com.google.errorprone:error_prone_annotations:2.15.0 -> 2.26.1
+|    +--- androidx.activity:activity:1.8.0 (*)
+|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+|    +--- androidx.appcompat:appcompat:1.6.1 (*)
+|    +--- androidx.cardview:cardview:1.0.0
+|    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+|    +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0
+|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+|    |    +--- androidx.core:core:1.1.0 -> 1.12.0 (*)
+|    |    +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
+|    |    \--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
+|    +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4 (*)
+|    +--- androidx.core:core:1.6.0 -> 1.12.0 (*)
+|    +--- androidx.drawerlayout:drawerlayout:1.1.1 (*)
+|    +--- androidx.dynamicanimation:dynamicanimation:1.0.0
+|    |    +--- androidx.core:core:1.0.0 -> 1.12.0 (*)
+|    |    +--- androidx.collection:collection:1.0.0 -> 1.2.0 (*)
+|    |    \--- androidx.legacy:legacy-support-core-utils:1.0.0 (*)
+|    +--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.1 (*)
+|    +--- androidx.fragment:fragment:1.2.5 -> 1.6.2 (*)
+|    +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*)
+|    +--- androidx.recyclerview:recyclerview:1.0.0 -> 1.3.2 (*)
+|    +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1 (*)
+|    +--- androidx.transition:transition:1.2.0 -> 1.4.1 (*)
+|    +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
+|    \--- androidx.viewpager2:viewpager2:1.0.0 -> 1.1.0-beta02
+|         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+|         +--- androidx.annotation:annotation-experimental:1.3.0 -> 1.3.1 (*)
+|         +--- androidx.collection:collection:1.1.0 -> 1.2.0 (*)
+|         +--- androidx.core:core:1.3.2 -> 1.12.0 (*)
+|         +--- androidx.fragment:fragment:1.1.0 -> 1.6.2 (*)
+|         \--- androidx.recyclerview:recyclerview:1.3.1-rc01 -> 1.3.2 (*)
 +--- androidx.browser:browser:1.5.0
-|    \--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 +--- androidx.preference:preference:1.2.0
-|    \--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 +--- androidx.datastore:datastore-preferences:1.0.0
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.22 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.23 (*)
 |    +--- androidx.datastore:datastore:1.0.0
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.22 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.23 (*)
-|    |    +--- 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
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.22 (*)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.23 (*)
-|    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    \--- androidx.datastore:datastore-preferences-core:1.0.0
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.22 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.10 -> 1.9.23 (*)
 +--- 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.9.0 (*)
+|         \--- com.google.android.material:material:1.4.0-beta01 -> 1.11.0 (*)
 +--- androidx.work:work-runtime-ktx:2.7.1
 |    +--- androidx.work:work-runtime:2.7.1
-|    |    +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.6.2 (*)
+|    |    +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.7.0 (*)
-|    |    +--- androidx.room:room-runtime:2.2.5 -> 2.5.2
-|    |    |    +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*)
-|    |    |    +--- androidx.arch.core:core-runtime:2.0.1 -> 2.2.0 (*)
-|    |    |    +--- androidx.room:room-common:2.5.2
-|    |    |    |    +--- androidx.annotation:annotation:1.3.0 -> 1.7.0 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20 -> 1.9.10 (*)
-|    |    |    +--- androidx.sqlite:sqlite:2.3.1
-|    |    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.9.22 (*)
-|    |    |    \--- androidx.sqlite:sqlite-framework:2.3.1
-|    |    |         +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
-|    |    |         +--- androidx.sqlite:sqlite:2.3.1 (*)
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.9.22 (*)
+|    |    +--- androidx.room:room-runtime:2.2.5 -> 2.6.1
+|    |    |    +--- androidx.annotation:annotation-experimental:1.1.0-rc01 -> 1.3.1 (*)
+|    |    |    +--- androidx.arch.core:core-runtime:2.2.0 (*)
+|    |    |    +--- androidx.room:room-common:2.6.1
+|    |    |    |    +--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*)
+|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |    +--- androidx.room:room-ktx:2.6.1 (c)
+|    |    |    |    \--- androidx.room:room-runtime:2.6.1 (c)
+|    |    |    +--- androidx.sqlite:sqlite:2.4.0
+|    |    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
+|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    |    |    \--- androidx.sqlite:sqlite-framework:2.4.0 (c)
+|    |    |    +--- androidx.sqlite:sqlite-framework:2.4.0
+|    |    |    |    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
+|    |    |    |    +--- androidx.sqlite:sqlite:2.4.0 (*)
+|    |    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    |    |    \--- androidx.sqlite:sqlite:2.4.0 (c)
+|    |    |    +--- androidx.room:room-common:2.6.1 (c)
+|    |    |    \--- androidx.room:room-ktx:2.6.1 (c)
-|    |    +--- androidx.sqlite:sqlite:2.1.0 -> 2.3.1 (*)
+|    |    +--- androidx.sqlite:sqlite:2.1.0 -> 2.4.0 (*)
-|    |    +--- androidx.sqlite:sqlite-framework:2.1.0 -> 2.3.1 (*)
+|    |    +--- androidx.sqlite:sqlite-framework:2.1.0 -> 2.4.0 (*)
-|    |    \--- androidx.lifecycle:lifecycle-service:2.1.0 -> 2.6.2
-|    |         +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (*)
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |         +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    |         +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    |         +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    |         +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    |         +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    |         +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |         +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |         +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    |         +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    |         +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    |         +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    |         +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    |         \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
+|    |    \--- androidx.lifecycle:lifecycle-service:2.1.0 -> 2.7.0
+|    |         +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (*)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |         +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    |         +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
+|    |         +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    |         +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    |         +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    |         +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |         +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |         +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    |         +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    |         +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    |         +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    |         +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|    |         \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.9.22 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.5.30 -> 1.9.23 (*)
 +--- androidx.core:core-splashscreen:1.0.0
-|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.22 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.9.23 (*)
 +--- org.wordpress:utils:3.5.0
-|    +--- com.google.android.material:material:1.2.1 -> 1.9.0 (*)
+|    +--- com.google.android.material:material:1.2.1 -> 1.11.0 (*)
 |    \--- androidx.swiperefreshlayout:swiperefreshlayout:1.1.0
-|         \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|         \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 +--- com.automattic:Automattic-Tracks-Android:4.0.2
 |    +--- io.sentry:sentry-android -> 7.5.0
 |    |    \--- io.sentry:sentry-android-core:7.5.0
-|    |         +--- androidx.lifecycle:lifecycle-process:2.2.0 -> 2.6.2 (*)
+|    |         +--- androidx.lifecycle:lifecycle-process:2.2.0 -> 2.7.0 (*)
-|    |         \--- androidx.lifecycle:lifecycle-common-java8:2.2.0 -> 2.6.2
-|    |              +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |              +--- androidx.lifecycle:lifecycle-common:2.6.2 (*)
-|    |              +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    |              +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    |              +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    |              +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    |              +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |              +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |              +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    |              +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    |              +--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
-|    |              +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    |              +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    |              +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    |              \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
+|    |         \--- androidx.lifecycle:lifecycle-common-java8:2.2.0 -> 2.7.0
+|    |              +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+|    |              +--- androidx.lifecycle:lifecycle-common:2.7.0 (*)
+|    |              +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    |              +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    |              +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    |              +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    |              +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |              +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |              +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    |              +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    |              +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    |              +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    |              +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    |              +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|    |              \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
-|    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    \--- com.squareup.okhttp3:okhttp:4.9.0 -> 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 -> 1.9.22 (*)
+|         \--- com.squareup.okio:okio:3.6.0 -> 3.7.0
+|              \--- com.squareup.okio:okio-jvm:3.7.0
+|                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 1.9.23 (*)
 +--- org.wordpress:fluxc:2.76.0
 |    +--- org.wordpress:wellsql:2.0.0
-|    |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |    +--- androidx.paging:paging-runtime:2.1.2
 |    |    +--- androidx.paging:paging-common:2.1.2
-|    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
-|    |    +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.6.2 (*)
+|    |    +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.7.0 (*)
-|    |    \--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.6.2 (*)
+|    |    \--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.7.0 (*)
-|    +--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.6.20 -> 1.9.22
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 (*)
+|    +--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.6.20 -> 1.9.23
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 (*)
 |    +--- androidx.exifinterface:exifinterface:1.0.0 -> 1.3.6
-|    |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |    +--- androidx.security:security-crypto:1.0.0 -> 1.1.0-alpha03
-|    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    +--- androidx.room:room-runtime:2.4.2 -> 2.5.2 (*)
+|    +--- androidx.room:room-runtime:2.4.2 -> 2.6.1 (*)
-|    +--- androidx.room:room-ktx:2.4.2 -> 2.5.2
-|    |    +--- androidx.room:room-common:2.5.2 (*)
-|    |    +--- androidx.room:room-runtime:2.5.2 (*)
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.9.22 (*)
-|    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 -> 1.7.3 (*)
+|    +--- androidx.room:room-ktx:2.4.2 -> 2.6.1
+|    |    +--- androidx.room:room-common:2.6.1 (*)
+|    |    +--- androidx.room:room-runtime:2.6.1 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1 -> 1.7.3 (*)
+|    |    +--- androidx.room:room-common:2.6.1 (c)
+|    |    \--- androidx.room:room-runtime:2.6.1 (c)
-|    \--- com.google.dagger:dagger:2.42 -> 2.50
+|    \--- com.google.dagger:dagger:2.42 -> 2.51
 +--- org.wordpress.fluxc.plugins:woocommerce:2.76.0
-|    +--- androidx.room:room-ktx:2.4.2 -> 2.5.2 (*)
+|    +--- androidx.room:room-ktx:2.4.2 -> 2.6.1 (*)
-|    +--- com.google.dagger:dagger:2.42 -> 2.50 (*)
+|    +--- com.google.dagger:dagger:2.42 -> 2.51 (*)
-|    \--- androidx.room:room-runtime:2.4.2 -> 2.5.2 (*)
+|    \--- androidx.room:room-runtime:2.4.2 -> 2.6.1 (*)
 +--- org.wordpress:login:1.15.0
 |    +--- androidx.legacy:legacy-support-v13:1.0.0
 |    |    \--- androidx.legacy:legacy-support-v4:1.0.0
 |    |         \--- androidx.legacy:legacy-support-core-ui:1.0.0
-|    |              +--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    |              +--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |    |              \--- androidx.asynclayoutinflater:asynclayoutinflater:1.0.0
-|    |                   \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    |                   \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
-|    +--- com.google.android.material:material:1.2.1 -> 1.9.0 (*)
+|    +--- com.google.android.material:material:1.2.1 -> 1.11.0 (*)
 |    +--- com.github.bumptech.glide:glide:4.12.0 -> 4.16.0
 |    |    \--- com.github.bumptech.glide:gifdecoder:4.16.0
-|    |         \--- androidx.annotation:annotation:1.5.0 -> 1.7.0 (*)
+|    |         \--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*)
 |    +--- androidx.credentials:credentials:1.2.0
-|    |    +--- androidx.annotation:annotation:1.5.0 -> 1.7.0 (*)
+|    |    +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
 |    +--- androidx.credentials:credentials-play-services-auth:1.2.0
 |    |    +--- com.google.android.libraries.identity.googleid:googleid:1.1.0
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.9.22 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.0 -> 1.9.23 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
-|    +--- com.google.dagger:dagger:2.47 -> 2.50 (*)
+|    +--- com.google.dagger:dagger:2.47 -> 2.51 (*)
 |    \--- com.google.dagger:dagger-android-support:2.47 -> 2.50
-|         +--- com.google.dagger:dagger:2.50 (*)
+|         +--- com.google.dagger:dagger:2.50 -> 2.51 (*)
 |         +--- com.google.dagger:dagger-android:2.50
-|         |    +--- com.google.dagger:dagger:2.50 (*)
+|         |    +--- com.google.dagger:dagger:2.50 -> 2.51 (*)
-|         |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|         |    \--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|         +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|         +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|         +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.6.2 (*)
+|         +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.7.0 (*)
-|         +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.6.2 (*)
+|         +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*)
-|         \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.6.2 (*)
+|         \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.7.0 (*)
 +--- com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.45
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.11 -> 1.9.22 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.3.11 -> 1.9.23 (*)
-|    \--- com.google.android.material:material:1.0.0 -> 1.9.0 (*)
+|    \--- com.google.android.material:material:1.0.0 -> 1.11.0 (*)
 +--- com.github.wordpress-mobile.WordPress-Aztec-Android:glide-loader:v1.3.45
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.11 -> 1.9.22 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.3.11 -> 1.9.23 (*)
 +--- com.gravatar:gravatar:0.2.0
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 1.9.23 (*)
 +--- project :libs:cardreader
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 -> 1.9.23 (*)
-|    +--- androidx.lifecycle:lifecycle-process:2.6.2 (*)
+|    +--- androidx.lifecycle:lifecycle-process:2.6.2 -> 2.7.0 (*)
-|    +--- com.stripe:stripeterminal-localmobile:3.1.1
-|    |    +--- androidx.databinding:viewbinding:7.4.2 -> 8.1.0 (*)
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.22 -> 1.9.22
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.22 (*)
-|    |    +--- androidx.annotation:annotation:1.7.0 (*)
-|    |    +--- androidx.constraintlayout:constraintlayout:2.1.4 (*)
-|    |    +--- androidx.core:core-ktx:1.10.1 -> 1.12.0 (*)
-|    |    +--- androidx.fragment:fragment-ktx:1.6.1 -> 1.6.2 (*)
-|    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (*)
-|    |    +--- com.scottyab:rootbeer-lib:0.0.9
-|    |    +--- com.google.android.gms:play-services-safetynet:18.0.1
-|    |    |    +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
-|    |    |    +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.2.0 (*)
-|    |    |    \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
-|    |    +--- com.google.android.play:integrity:1.1.0
-|    |    |    +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.2.0 (*)
-|    |    |    \--- com.google.android.gms:play-services-tasks:18.0.2 (*)
-|    |    +--- com.google.android.material:material:1.9.0 (*)
-|    |    +--- com.google.dagger:dagger:2.47 -> 2.50 (*)
-|    |    +--- com.google.code.gson:gson:2.10.1
-|    |    +--- com.squareup.okhttp3:okhttp:4.11.0 -> 4.12.0 (*)
-|    |    +--- io.reactivex.rxjava3:rxjava:3.1.7
-|    |    |    \--- org.reactivestreams:reactive-streams:1.0.4
-|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
-|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (*)
-|    |    +--- com.squareup.wire:wire-moshi-adapter:4.8.1
-|    |    |    +--- com.squareup.wire:wire-runtime:4.8.1
-|    |    |    |    \--- com.squareup.wire:wire-runtime-jvm:4.8.1
-|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
-|    |    |    |         +--- com.squareup.okio:okio:3.4.0 -> 3.6.0 (*)
-|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.22 (*)
-|    |    |    +--- com.squareup.moshi:moshi:1.13.0 -> 1.15.0
-|    |    |    |    +--- com.squareup.okio:okio:2.10.0 -> 3.6.0 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
-|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.14.1
-|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.14.1
-|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.14.1
-|    |    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.14.1 (c)
-|    |    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.14.1 (c)
-|    |    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.14.1 (c)
-|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.14.1
-|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.14.1 (*)
-|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.14.1 (*)
-|    |    +--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.4.0
-|    |    |    \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations-jvm:1.4.0
-|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20 -> 1.9.22 (*)
-|    |    +--- com.stripe:stripeterminal-external:3.1.1
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.22 -> 1.9.22 (*)
-|    |    |    +--- androidx.annotation:annotation:1.7.0 (*)
-|    |    |    +--- com.squareup.moshi:moshi:1.15.0 (*)
-|    |    |    \--- com.stripe:stripeterminal-internal-models:3.1.1
-|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |    |         +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.22 -> 1.9.22 (*)
-|    |    |         +--- androidx.annotation:annotation:1.7.0 (*)
-|    |    |         +--- com.squareup.moshi:moshi:1.15.0 (*)
-|    |    |         \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.4.0 (*)
-|    |    \--- com.stripe:stripeterminal-internal-common:3.1.1
-|    |         +--- com.stripe:stripeterminal-internal-models:3.1.1 (*)
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.22 -> 1.9.22 (*)
-|    |         +--- androidx.annotation:annotation:1.7.0 (*)
-|    |         +--- androidx.core:core-ktx:1.10.1 -> 1.12.0 (*)
-|    |         +--- com.google.guava:guava:32.0.1-android -> 33.1.0-android (*)
-|    |         +--- com.google.dagger:dagger:2.47 -> 2.50 (*)
-|    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (*)
-|    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
-|    |         +--- com.squareup.moshi:moshi:1.15.0 (*)
-|    |         +--- com.squareup.moshi:moshi-adapters:1.15.0
-|    |         |    +--- com.squareup.moshi:moshi:1.15.0 (*)
-|    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 (*)
-|    |         +--- com.squareup.tape2:tape:2.0.0-beta1
-|    |         +--- io.reactivex.rxjava3:rxjava:3.1.7 (*)
-|    |         +--- io.ktor:ktor-client-core:2.3.4
-|    |         |    \--- io.ktor:ktor-client-core-jvm:2.3.4
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3
-|    |         |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
-|    |         |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 (*)
-|    |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         +--- io.ktor:ktor-http:2.3.4
-|    |         |         |    \--- io.ktor:ktor-http-jvm:2.3.4
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         |         +--- io.ktor:ktor-utils:2.3.4
-|    |         |         |         |    \--- io.ktor:ktor-utils-jvm:2.3.4
-|    |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         |         |         +--- io.ktor:ktor-io:2.3.4
-|    |         |         |         |         |    \--- io.ktor:ktor-io-jvm:2.3.4
-|    |         |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         |         |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         |         +--- io.ktor:ktor-events:2.3.4
-|    |         |         |    \--- io.ktor:ktor-events-jvm:2.3.4
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         |         +--- io.ktor:ktor-http:2.3.4 (*)
-|    |         |         |         +--- io.ktor:ktor-utils:2.3.4 (*)
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         |         +--- io.ktor:ktor-websocket-serialization:2.3.4
-|    |         |         |    \--- io.ktor:ktor-websocket-serialization-jvm:2.3.4
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         |         +--- io.ktor:ktor-http:2.3.4 (*)
-|    |         |         |         +--- io.ktor:ktor-serialization:2.3.4
-|    |         |         |         |    \--- io.ktor:ktor-serialization-jvm:2.3.4
-|    |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         |         |         +--- io.ktor:ktor-http:2.3.4 (*)
-|    |         |         |         |         +--- io.ktor:ktor-websockets:2.3.4
-|    |         |         |         |         |    \--- io.ktor:ktor-websockets-jvm:2.3.4
-|    |         |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         |         |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         |         |         |         +--- io.ktor:ktor-http:2.3.4 (*)
-|    |         |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.7.2 -> 1.7.3
-|    |         |              +--- org.slf4j:slf4j-api:1.7.32 -> 1.7.36
-|    |         |              +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
-|    |         |              +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 (*)
-|    |         |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
-|    |         +--- io.ktor:ktor-client-content-negotiation:2.3.4
-|    |         |    \--- io.ktor:ktor-client-content-negotiation-jvm:2.3.4
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         +--- io.ktor:ktor-client-core:2.3.4 (*)
-|    |         |         +--- io.ktor:ktor-serialization:2.3.4 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         +--- io.ktor:ktor-client-serialization:2.3.4
-|    |         |    \--- io.ktor:ktor-client-serialization-jvm:2.3.4
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         +--- io.ktor:ktor-client-core:2.3.4 (*)
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1
-|    |         |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.5.1
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.5.1
-|    |         |         |         |    +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1 (c)
-|    |         |         |         |    +--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.5.1 (c)
-|    |         |         |         |    +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 (c)
-|    |         |         |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.5.1 (c)
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
-|    |         |         |         \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1
-|    |         |         |              \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.5.1
-|    |         |         |                   +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
-|    |         |         |                   +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.5.1 (*)
-|    |         |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
-|    |         |         +--- io.ktor:ktor-client-json:2.3.4
-|    |         |         |    \--- io.ktor:ktor-client-json-jvm:2.3.4
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         |         +--- io.ktor:ktor-client-core:2.3.4 (*)
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         +--- io.ktor:ktor-serialization-kotlinx-json:2.3.4
-|    |         |    \--- io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.4
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         +--- io.ktor:ktor-http:2.3.4 (*)
-|    |         |         +--- io.ktor:ktor-serialization-kotlinx:2.3.4
-|    |         |         |    \--- io.ktor:ktor-serialization-kotlinx-jvm:2.3.4
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         |         +--- io.ktor:ktor-http:2.3.4 (*)
-|    |         |         |         +--- io.ktor:ktor-serialization:2.3.4 (*)
-|    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1 (*)
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         +--- io.ktor:ktor-client-okhttp:2.3.4
-|    |         |    \--- io.ktor:ktor-client-okhttp-jvm:2.3.4
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
-|    |         |         +--- org.slf4j:slf4j-api:1.7.36
-|    |         |         +--- io.ktor:ktor-client-core:2.3.4 (*)
-|    |         |         +--- com.squareup.okhttp3:okhttp:4.11.0 -> 4.12.0 (*)
-|    |         |         +--- com.squareup.okio:okio:3.4.0 -> 3.6.0 (*)
-|    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.22 (*)
-|    |         +--- org.jetbrains.kotlinx:kotlinx-datetime:0.4.1
-|    |         |    \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.4.1
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
-|    |         +--- com.neovisionaries:nv-i18n:1.29
-|    |         \--- com.stripe:stripeterminal-external:3.1.1 (*)
+|    +--- com.stripe:stripeterminal-localmobile:3.5.0
+|    |    +--- androidx.databinding:viewbinding:8.3.1 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.9.23 (*)
+|    |    +--- androidx.annotation:annotation:1.7.1 (*)
+|    |    +--- androidx.constraintlayout:constraintlayout:2.1.4 (*)
+|    |    +--- androidx.core:core-ktx:1.12.0 (*)
+|    |    +--- androidx.fragment:fragment-ktx:1.6.2 (*)
+|    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (*)
+|    |    +--- com.scottyab:rootbeer-lib:0.1.0
+|    |    +--- com.google.android.gms:play-services-safetynet:18.0.1
+|    |    |    +--- com.google.android.gms:play-services-base:18.0.1 -> 18.1.0 (*)
+|    |    |    +--- com.google.android.gms:play-services-basement:18.0.0 -> 18.2.0 (*)
+|    |    |    \--- com.google.android.gms:play-services-tasks:18.0.1 -> 18.0.2 (*)
+|    |    +--- com.google.android.play:integrity:1.1.0
+|    |    |    +--- com.google.android.gms:play-services-basement:18.1.0 -> 18.2.0 (*)
+|    |    |    \--- com.google.android.gms:play-services-tasks:18.0.2 (*)
+|    |    +--- com.google.android.material:material:1.11.0 (*)
+|    |    +--- com.google.dagger:dagger:2.51 (*)
+|    |    +--- com.google.code.gson:gson:2.10.1
+|    |    +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
+|    |    +--- io.reactivex.rxjava3:rxjava:3.1.8
+|    |    |    \--- org.reactivestreams:reactive-streams:1.0.4
+|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
+|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (*)
+|    |    +--- com.squareup.wire:wire-moshi-adapter:4.9.8
+|    |    |    +--- com.squareup.wire:wire-runtime:4.9.8
+|    |    |    |    \--- com.squareup.wire:wire-runtime-jvm:4.9.8
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*)
+|    |    |    |         +--- com.squareup.okio:okio:3.7.0 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10 -> 1.9.23 (*)
+|    |    |    +--- com.squareup.moshi:moshi:1.15.0 -> 1.15.1
+|    |    |    |    +--- com.squareup.okio:okio:3.7.0 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10 (*)
+|    |    +--- com.fasterxml.jackson.core:jackson-databind:2.16.1
+|    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.16.1
+|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.1
+|    |    |    |         +--- com.fasterxml.jackson.core:jackson-annotations:2.16.1 (c)
+|    |    |    |         +--- com.fasterxml.jackson.core:jackson-core:2.16.1 (c)
+|    |    |    |         \--- com.fasterxml.jackson.core:jackson-databind:2.16.1 (c)
+|    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.16.1
+|    |    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.1 (*)
+|    |    |    \--- com.fasterxml.jackson:jackson-bom:2.16.1 (*)
+|    |    +--- com.stripe:stripeterminal-external:3.5.0
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 (*)
+|    |    |    +--- androidx.annotation:annotation:1.7.1 (*)
+|    |    |    +--- com.squareup.moshi:moshi:1.15.1 (*)
+|    |    |    \--- com.stripe:stripeterminal-internal-models:3.5.0
+|    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 (*)
+|    |    |         +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 (*)
+|    |    |         +--- androidx.annotation:annotation:1.7.1 (*)
+|    |    |         +--- com.squareup.moshi:moshi:1.15.1 (*)
+|    |    |         \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.7.1
+|    |    |              \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations-jvm:1.7.1
+|    |    |                   \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 1.9.23 (*)
+|    |    +--- com.stripe:stripeterminal-internal-common:3.5.0
+|    |    |    +--- com.stripe:stripeterminal-internal-models:3.5.0 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 (*)
+|    |    |    +--- androidx.annotation:annotation:1.7.1 (*)
+|    |    |    +--- androidx.core:core-ktx:1.12.0 (*)
+|    |    |    +--- com.google.dagger:dagger:2.51 (*)
+|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 (*)
+|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
+|    |    |    +--- com.squareup.moshi:moshi:1.15.1 (*)
+|    |    |    +--- com.squareup.moshi:moshi-adapters:1.15.1
+|    |    |    |    +--- com.squareup.moshi:moshi:1.15.1 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21 -> 1.9.10 (*)
+|    |    |    +--- com.squareup.tape2:tape:2.0.0-beta1
+|    |    |    +--- io.ktor:ktor-client-core:2.3.9
+|    |    |    |    \--- io.ktor:ktor-client-core-jvm:2.3.9
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3
+|    |    |    |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
+|    |    |    |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 (*)
+|    |    |    |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         +--- io.ktor:ktor-http:2.3.9
+|    |    |    |         |    \--- io.ktor:ktor-http-jvm:2.3.9
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         +--- io.ktor:ktor-utils:2.3.9
+|    |    |    |         |         |    \--- io.ktor:ktor-utils-jvm:2.3.9
+|    |    |    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         |         +--- io.ktor:ktor-io:2.3.9
+|    |    |    |         |         |         |    \--- io.ktor:ktor-io-jvm:2.3.9
+|    |    |    |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         |         |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    |         +--- io.ktor:ktor-events:2.3.9
+|    |    |    |         |    \--- io.ktor:ktor-events-jvm:2.3.9
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         +--- io.ktor:ktor-http:2.3.9 (*)
+|    |    |    |         |         +--- io.ktor:ktor-utils:2.3.9 (*)
+|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    |         +--- io.ktor:ktor-websocket-serialization:2.3.9
+|    |    |    |         |    \--- io.ktor:ktor-websocket-serialization-jvm:2.3.9
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         +--- io.ktor:ktor-http:2.3.9 (*)
+|    |    |    |         |         +--- io.ktor:ktor-serialization:2.3.9
+|    |    |    |         |         |    \--- io.ktor:ktor-serialization-jvm:2.3.9
+|    |    |    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         |         +--- io.ktor:ktor-http:2.3.9 (*)
+|    |    |    |         |         |         +--- io.ktor:ktor-websockets:2.3.9
+|    |    |    |         |         |         |    \--- io.ktor:ktor-websockets-jvm:2.3.9
+|    |    |    |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         |         |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         |         |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         |         |         +--- io.ktor:ktor-http:2.3.9 (*)
+|    |    |    |         |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    |         \--- org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:1.7.1 -> 1.7.3
+|    |    |    |              +--- org.slf4j:slf4j-api:1.7.32 -> 1.7.36
+|    |    |    |              +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
+|    |    |    |              +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 (*)
+|    |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
+|    |    |    +--- io.ktor:ktor-client-content-negotiation:2.3.9
+|    |    |    |    \--- io.ktor:ktor-client-content-negotiation-jvm:2.3.9
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         +--- io.ktor:ktor-client-core:2.3.9 (*)
+|    |    |    |         +--- io.ktor:ktor-serialization:2.3.9 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    +--- io.ktor:ktor-client-serialization:2.3.9
+|    |    |    |    \--- io.ktor:ktor-client-serialization-jvm:2.3.9
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         +--- io.ktor:ktor-client-core:2.3.9 (*)
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1
+|    |    |    |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.5.1
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.5.1
+|    |    |    |         |         |    +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1 (c)
+|    |    |    |         |         |    +--- org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.5.1 (c)
+|    |    |    |         |         |    +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 (c)
+|    |    |    |         |         |    \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.5.1 (c)
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
+|    |    |    |         |         \--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1
+|    |    |    |         |              \--- org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.5.1
+|    |    |    |         |                   +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
+|    |    |    |         |                   +--- org.jetbrains.kotlinx:kotlinx-serialization-bom:1.5.1 (*)
+|    |    |    |         |                   \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
+|    |    |    |         +--- io.ktor:ktor-client-json:2.3.9
+|    |    |    |         |    \--- io.ktor:ktor-client-json-jvm:2.3.9
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         +--- io.ktor:ktor-client-core:2.3.9 (*)
+|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    +--- io.ktor:ktor-serialization-kotlinx-json:2.3.9
+|    |    |    |    \--- io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.9
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         +--- io.ktor:ktor-http:2.3.9 (*)
+|    |    |    |         +--- io.ktor:ktor-serialization-kotlinx:2.3.9
+|    |    |    |         |    \--- io.ktor:ktor-serialization-kotlinx-jvm:2.3.9
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         |         +--- io.ktor:ktor-http:2.3.9 (*)
+|    |    |    |         |         +--- io.ktor:ktor-serialization:2.3.9 (*)
+|    |    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1 (*)
+|    |    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    +--- io.ktor:ktor-client-okhttp:2.3.9
+|    |    |    |    \--- io.ktor:ktor-client-okhttp-jvm:2.3.9
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22 -> 1.9.10 (*)
+|    |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1 -> 1.7.3 (*)
+|    |    |    |         +--- org.slf4j:slf4j-api:1.7.36
+|    |    |    |         +--- io.ktor:ktor-client-core:2.3.9 (*)
+|    |    |    |         +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
+|    |    |    |         +--- com.squareup.okio:okio:3.7.0 (*)
+|    |    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22 -> 1.9.23 (*)
+|    |    |    +--- org.jetbrains.kotlinx:kotlinx-datetime:0.5.0
+|    |    |    |    \--- org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.5.0
+|    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.21 -> 1.9.23 (*)
+|    |    |    +--- com.neovisionaries:nv-i18n:1.29
+|    |    |    \--- com.stripe:stripeterminal-external:3.5.0 (*)
+|    |    \--- dev.zacsweers.redacted:redacted-compiler-plugin-annotations:1.7.1 (*)
-|    +--- com.stripe:stripeterminal-core:3.1.1
-|    |    +--- com.stripe:stripeterminal-external:3.1.1 (*)
-|    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22 -> 1.9.10 (*)
-|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.22 -> 1.9.22 (*)
-|    |    +--- androidx.annotation:annotation:1.7.0 (*)
-|    |    +--- com.neovisionaries:nv-i18n:1.29
-|    |    +--- com.google.code.gson:gson:2.10.1
-|    |    +--- io.reactivex.rxjava3:rxandroid:3.0.2
-|    |    |    \--- io.reactivex.rxjava3:rxjava:3.1.5 -> 3.1.7 (*)
-|    |    +--- io.reactivex.rxjava3:rxjava:3.1.7 (*)
-|    |    +--- io.reactivex.rxjava3:rxkotlin:3.0.1
-|    |    |    +--- io.reactivex.rxjava3:rxjava:3.0.6 -> 3.1.7 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.10 -> 1.9.22 (*)
-|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-rx3:1.7.3
-|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
-|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 (*)
-|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.7.3
-|    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
-|    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 (*)
-|    |    |    |    +--- org.reactivestreams:reactive-streams:1.0.3 -> 1.0.4
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
-|    |    |    +--- io.reactivex.rxjava3:rxjava:3.0.2 -> 3.1.7 (*)
-|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
-|    |    +--- com.squareup.okhttp3:okhttp:4.11.0 -> 4.12.0 (*)
-|    |    +--- com.squareup.tape2:tape:2.0.0-beta1
-|    |    +--- androidx.security:security-crypto:1.1.0-alpha03 (*)
-|    |    +--- androidx.lifecycle:lifecycle-process:2.6.2 (*)
-|    |    +--- com.jaredrummler:android-device-names:1.1.9
-|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
-|    |    +--- com.google.dagger:dagger:2.47 -> 2.50 (*)
-|    |    +--- com.google.guava:guava:32.0.1-android -> 33.1.0-android (*)
-|    |    +--- androidx.room:room-runtime:2.5.2 (*)
-|    |    +--- androidx.room:room-ktx:2.5.2 (*)
-|    |    +--- com.scottyab:rootbeer-lib:0.0.9
-|    |    +--- org.kamranzafar:jtar:2.3
-|    |    +--- com.squareup.wire:wire-moshi-adapter:4.8.1 (*)
-|    |    +--- com.squareup.wire:wire-runtime:4.8.1 (*)
-|    |    +--- com.stripe:stripeterminal-internal-common:3.1.1 (*)
-|    |    \--- com.stripe:stripeterminal-internal-models:3.1.1 (*)
+|    +--- com.stripe:stripeterminal-core:3.5.0
+|    |    +--- com.stripe:stripeterminal-external:3.5.0 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.9.23 (*)
+|    |    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.23 (*)
+|    |    +--- androidx.annotation:annotation:1.7.1 (*)
+|    |    +--- com.neovisionaries:nv-i18n:1.29
+|    |    +--- com.google.code.gson:gson:2.10.1
+|    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-rx3:1.7.3
+|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
+|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 (*)
+|    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.7.3
+|    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 (*)
+|    |    |    |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3 (*)
+|    |    |    |    +--- org.reactivestreams:reactive-streams:1.0.3 -> 1.0.4
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
+|    |    |    +--- io.reactivex.rxjava3:rxjava:3.0.2 -> 3.1.8 (*)
+|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20 -> 1.9.10 (*)
+|    |    +--- com.squareup.okhttp3:okhttp:4.12.0 (*)
+|    |    +--- com.squareup.tape2:tape:2.0.0-beta1
+|    |    +--- androidx.security:security-crypto:1.1.0-alpha03 (*)
+|    |    +--- androidx.lifecycle:lifecycle-process:2.7.0 (*)
+|    |    +--- com.jaredrummler:android-device-names:1.1.9
+|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
+|    |    +--- com.google.dagger:dagger:2.51 (*)
+|    |    +--- androidx.room:room-runtime:2.6.1 (*)
+|    |    +--- androidx.room:room-ktx:2.6.1 (*)
+|    |    +--- com.scottyab:rootbeer-lib:0.1.0
+|    |    +--- org.kamranzafar:jtar:2.3
+|    |    +--- com.squareup.wire:wire-moshi-adapter:4.9.8 (*)
+|    |    +--- com.squareup.wire:wire-runtime:4.9.8 (*)
+|    |    +--- com.stripe:stripeterminal-internal-common:3.5.0 (*)
+|    |    \--- com.stripe:stripeterminal-internal-models:3.5.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 1.9.23 (*)
 +--- com.facebook.shimmer:shimmer:0.5.0
-|    \--- androidx.annotation:annotation:1.0.1 -> 1.7.0 (*)
+|    \--- androidx.annotation:annotation:1.0.1 -> 1.7.1 (*)
 +--- com.automattic:about:0.0.6
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.5.31 -> 1.9.22 (*)
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.5.31 -> 1.9.23 (*)
-|    +--- com.google.android.material:material:1.4.0 -> 1.9.0 (*)
+|    +--- com.google.android.material:material:1.4.0 -> 1.11.0 (*)
 |    +--- androidx.compose.ui:ui:1.0.5 -> 1.5.4
 |    |    \--- androidx.compose.ui:ui-android:1.5.4
-|    |         +--- androidx.annotation:annotation:1.5.0 -> 1.7.0 (*)
+|    |         +--- androidx.annotation:annotation:1.5.0 -> 1.7.1 (*)
 |    |         +--- androidx.compose.runtime:runtime:1.5.4
 |    |         |    \--- androidx.compose.runtime:runtime-android:1.5.4
-|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 |    |         +--- androidx.compose.runtime:runtime-saveable:1.5.4
 |    |         |    \--- androidx.compose.runtime:runtime-saveable-android:1.5.4
-|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 |    |         +--- androidx.compose.ui:ui-geometry:1.5.4
 |    |         |    \--- androidx.compose.ui:ui-geometry-android:1.5.4
-|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |         |         +--- androidx.compose.ui:ui-util:1.5.4
 |    |         |         |    \--- androidx.compose.ui:ui-util-android:1.5.4
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 |    |         +--- androidx.compose.ui:ui-graphics:1.5.4
 |    |         |    \--- androidx.compose.ui:ui-graphics-android:1.5.4
-|    |         |         +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    |         |         +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |    |         |         +--- androidx.compose.ui:ui-unit:1.5.4
 |    |         |         |    \--- androidx.compose.ui:ui-unit-android:1.5.4
-|    |         |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 |    |         +--- androidx.compose.ui:ui-text:1.5.4
 |    |         |    \--- androidx.compose.ui:ui-text-android:1.5.4
-|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
-|    |         +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.6.2 (*)
+|    |         +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*)
-|    |         +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.6.2 (*)
+|    |         +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*)
-|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 |    +--- androidx.compose.ui:ui-tooling:1.0.5 -> 1.5.4
 |    |    \--- androidx.compose.ui:ui-tooling-android:1.5.4
 |    |         +--- androidx.activity:activity-compose:1.7.0 -> 1.8.0
-|    |         |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.6.2 (*)
+|    |         |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*)
-|    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    |         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
-|    |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |         +--- androidx.compose.animation:animation:1.5.4
 |    |         |    \--- androidx.compose.animation:animation-android:1.5.4
-|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |         |         +--- androidx.compose.animation:animation-core:1.5.4
 |    |         |         |    \--- androidx.compose.animation:animation-core-android:1.5.4
-|    |         |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 |    |         |         +--- androidx.compose.foundation:foundation-layout:1.5.4
 |    |         |         |    \--- androidx.compose.foundation:foundation-layout-android:1.5.4
-|    |         |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 |    |         +--- androidx.compose.material:material:1.0.0 -> 1.5.4
 |    |         |    \--- androidx.compose.material:material-android:1.5.4
-|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 |    |         |         +--- androidx.compose.foundation:foundation:1.5.4
 |    |         |         |    \--- androidx.compose.foundation:foundation-android:1.5.4
-|    |         |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 |    |         |         +--- androidx.compose.material:material-icons-core:1.5.4
 |    |         |         |    \--- androidx.compose.material:material-icons-core-android:1.5.4
-|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    |         |         |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 |    |         |         +--- androidx.compose.material:material-ripple:1.5.4
 |    |         |         |    \--- androidx.compose.material:material-ripple-android:1.5.4
-|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
-|    |         |         +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.6.2 (*)
+|    |         |         +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*)
-|    |         |         +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.6.2 (*)
+|    |         |         +--- androidx.lifecycle:lifecycle-viewmodel:2.6.1 -> 2.7.0 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 |    |         +--- androidx.compose.ui:ui-tooling-data:1.5.4
 |    |         |    \--- androidx.compose.ui:ui-tooling-data-android:1.5.4
-|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |         |         +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
 |    |         +--- androidx.compose.ui:ui-tooling-preview:1.5.4
 |    |         |    \--- androidx.compose.ui:ui-tooling-preview-android:1.5.4
-|    |         |         +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    |         |         +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
-|    |         +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.6.2 (*)
+|    |         +--- androidx.lifecycle:lifecycle-common:2.6.1 -> 2.7.0 (*)
-|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|    |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 |    +--- androidx.navigation:navigation-compose:2.4.0-beta02 -> 2.7.7
-|    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2
-|    |    |    +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*)
-|    |    |    +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*)
-|    |    |    +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*)
-|    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (*)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (*)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (*)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    |    |    +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
-|    |    |    \--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
+|    |    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0
+|    |    |    +--- androidx.annotation:annotation-experimental:1.1.0 -> 1.3.1 (*)
+|    |    |    +--- androidx.compose.runtime:runtime:1.0.1 -> 1.5.4 (*)
+|    |    |    +--- androidx.compose.ui:ui:1.0.1 -> 1.5.4 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    |    |    +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
 |    \--- com.google.android.material:compose-theme-adapter:1.1.1
-|         +--- com.google.android.material:material:1.6.0-alpha01 -> 1.9.0 (*)
+|         +--- com.google.android.material:material:1.6.0-alpha01 -> 1.11.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.22 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.9.23 (*)
 +--- com.google.dagger:hilt-android:2.50
-|    +--- com.google.dagger:dagger:2.50 (*)
+|    +--- com.google.dagger:dagger:2.50 -> 2.51 (*)
 |    +--- com.google.dagger:hilt-core:2.50
-|    |    \--- com.google.dagger:dagger:2.50 (*)
+|    |    \--- com.google.dagger:dagger:2.50 -> 2.51 (*)
-|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|    +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.6.2 (*)
+|    +--- androidx.lifecycle:lifecycle-common:2.5.1 -> 2.7.0 (*)
-|    +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.6.2 (*)
+|    +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 -> 2.7.0 (*)
-|    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.6.2 (*)
+|    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 -> 2.7.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 1.9.22 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.20 -> 1.9.23 (*)
 +--- androidx.hilt:hilt-navigation-fragment:1.1.0
 |    +--- androidx.hilt:hilt-navigation:1.1.0
-|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.22 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
 +--- androidx.hilt:hilt-work:1.1.0
-|    \--- androidx.annotation:annotation:1.1.0 -> 1.7.0 (*)
+|    \--- androidx.annotation:annotation:1.1.0 -> 1.7.1 (*)
 +--- com.github.PhilJay:MPAndroidChart:v3.1.0
-|    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 +--- com.zendesk:support:5.0.8
 |    +--- com.zendesk:support-providers:5.0.8
 |    |    +--- com.zendesk:core:4.0.6
 |    |    |    +--- com.zendesk:java-common:2.0.0
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 1.9.22 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 1.9.23 (*)
-|    |    |    +--- com.google.dagger:dagger:2.40 -> 2.50 (*)
+|    |    |    +--- com.google.dagger:dagger:2.40 -> 2.51 (*)
-|    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |    |    +--- com.zendesk:guide-providers:1.0.7
-|    |    |    +--- com.google.dagger:dagger:2.40 -> 2.50 (*)
+|    |    |    +--- com.google.dagger:dagger:2.40 -> 2.51 (*)
-|    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
-|    |    +--- com.google.dagger:dagger:2.40 -> 2.50 (*)
+|    |    +--- com.google.dagger:dagger:2.40 -> 2.51 (*)
-|    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |    +--- com.zendesk:guide:1.0.7
 |    |    +--- com.zendesk:sdk-configurations:2.0.1
-|    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |    |    +--- com.zendesk:messaging-api:5.2.3
-|    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
 |    |    +--- com.zendesk:messaging:5.2.3
 |    |    |    +--- com.zendesk:common-ui:4.0.3
 |    |    |    |    +--- com.zendesk.belvedere2:belvedere:3.0.0-RC
 |    |    |    |    |    +--- com.zendesk.belvedere2:belvedere-core:3.0.0-RC
-|    |    |    |    |    |    \--- 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 (*)
-|    |    |    |    |    +--- com.google.android.material:material:1.2.0 -> 1.9.0 (*)
+|    |    |    |    |    +--- com.google.android.material:material:1.2.0 -> 1.11.0 (*)
 |    |    |    |    |    \--- com.squareup.picasso:picasso:2.8
-|    |    |    |    |         \--- androidx.annotation:annotation:1.0.0 -> 1.7.0 (*)
+|    |    |    |    |         \--- androidx.annotation:annotation:1.0.0 -> 1.7.1 (*)
-|    |    |    |    \--- com.google.android.material:material:1.4.0 -> 1.9.0 (*)
+|    |    |    |    \--- com.google.android.material:material:1.4.0 -> 1.11.0 (*)
-|    |    |    +--- com.google.dagger:dagger:2.40 -> 2.50 (*)
+|    |    |    +--- com.google.dagger:dagger:2.40 -> 2.51 (*)
-|    |    |    +--- com.google.android.material:material:1.4.0 -> 1.9.0 (*)
+|    |    |    +--- com.google.android.material:material:1.4.0 -> 1.11.0 (*)
 |    |    |    \--- com.google.android.flexbox:flexbox:3.0.0
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 1.9.22 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.4.32 -> 1.9.23 (*)
-|    |    \--- com.google.android.material:material:1.4.0 -> 1.9.0 (*)
+|    |    \--- com.google.android.material:material:1.4.0 -> 1.11.0 (*)
-|    \--- com.google.android.material:material:1.4.0 -> 1.9.0 (*)
+|    \--- com.google.android.material:material:1.4.0 -> 1.11.0 (*)
-+--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (*)
++--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 -> 2.7.0 (*)
-+--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2
-|    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (*)
-|    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (*)
-|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.10 -> 1.9.22 (*)
-|    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 -> 1.7.3 (*)
-|    +--- androidx.lifecycle:lifecycle-common:2.6.2 (c)
-|    +--- androidx.lifecycle:lifecycle-livedata:2.6.2 (c)
-|    +--- androidx.lifecycle:lifecycle-livedata-core:2.6.2 (c)
-|    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.6.2 (c)
-|    +--- androidx.lifecycle:lifecycle-process:2.6.2 (c)
-|    +--- androidx.lifecycle:lifecycle-runtime:2.6.2 (c)
-|    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 (c)
-|    +--- androidx.lifecycle:lifecycle-viewmodel:2.6.2 (c)
-|    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (c)
-|    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (c)
-|    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2 (c)
-|    +--- androidx.lifecycle:lifecycle-common-java8:2.6.2 (c)
-|    \--- androidx.lifecycle:lifecycle-service:2.6.2 (c)
++--- androidx.lifecycle:lifecycle-livedata-ktx:2.6.2 -> 2.7.0
+|    +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (*)
+|    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (*)
+|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
+|    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 -> 1.7.3 (*)
+|    +--- androidx.lifecycle:lifecycle-common:2.7.0 (c)
+|    +--- androidx.lifecycle:lifecycle-common-java8:2.7.0 (c)
+|    +--- androidx.lifecycle:lifecycle-livedata:2.7.0 (c)
+|    +--- androidx.lifecycle:lifecycle-livedata-core:2.7.0 (c)
+|    +--- androidx.lifecycle:lifecycle-livedata-core-ktx:2.7.0 (c)
+|    +--- androidx.lifecycle:lifecycle-process:2.7.0 (c)
+|    +--- androidx.lifecycle:lifecycle-runtime:2.7.0 (c)
+|    +--- androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 (c)
+|    +--- androidx.lifecycle:lifecycle-service:2.7.0 (c)
+|    +--- androidx.lifecycle:lifecycle-viewmodel:2.7.0 (c)
+|    +--- androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0 (c)
+|    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 (c)
+|    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.7.0 (c)
-+--- androidx.lifecycle:lifecycle-process:2.6.2 (*)
++--- androidx.lifecycle:lifecycle-process:2.6.2 -> 2.7.0 (*)
 +--- org.wordpress:mediapicker:0.3.0
-|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.21 -> 1.9.22 (*)
+|    +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.21 -> 1.9.23 (*)
-|    +--- com.google.android.material:material:1.6.1 -> 1.9.0 (*)
+|    +--- com.google.android.material:material:1.6.1 -> 1.11.0 (*)
-|    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 (*)
+|    +--- androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2 -> 2.7.0 (*)
 |    +--- com.google.dagger:hilt-android-compiler:2.45
-|    |    +--- com.google.dagger:dagger:2.45 -> 2.50 (*)
+|    |    +--- com.google.dagger:dagger:2.45 -> 2.51 (*)
 |    |    +--- com.google.dagger:dagger-compiler:2.45
-|    |    |    +--- com.google.dagger:dagger:2.45 -> 2.50 (*)
+|    |    |    +--- com.google.dagger:dagger:2.45 -> 2.51 (*)
 |    |    |    +--- com.google.dagger:dagger-producers:2.45
-|    |    |    |    \--- com.google.dagger:dagger:2.45 -> 2.50 (*)
+|    |    |    |    \--- com.google.dagger:dagger:2.45 -> 2.51 (*)
 |    |    |    +--- com.google.dagger:dagger-spi:2.45
-|    |    |    |    +--- com.google.dagger:dagger:2.45 -> 2.50 (*)
+|    |    |    |    +--- com.google.dagger:dagger:2.45 -> 2.51 (*)
 |    |    |    |    +--- com.google.devtools.ksp:symbol-processing-api:1.7.0-1.0.6
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 1.9.22 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 1.9.23 (*)
 |    |    |    |    +--- com.squareup:kotlinpoet:1.11.0
-|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-reflect:1.6.10
-|    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.10 -> 1.9.22 (*)
+|    |    |    |    |    \--- org.jetbrains.kotlin:kotlin-reflect:1.6.10 -> 1.8.22
+|    |    |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.22 -> 1.9.23 (*)
-|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 1.9.22 (*)
+|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 1.9.23 (*)
-|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 1.9.22 (*)
+|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 1.9.23 (*)
 |    |    |    \--- org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.5.0
-|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 1.9.22 (*)
+|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 1.9.23 (*)
-|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 1.9.22 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.0 -> 1.9.23 (*)
 |    +--- org.wordpress.mediapicker:domain:0.3.0
-|    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.21 -> 1.9.22 (*)
+|    |    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.21 -> 1.9.23 (*)
-|    \--- androidx.databinding:viewbinding:8.1.0 (*)
+|    \--- androidx.databinding:viewbinding:8.1.0 -> 8.3.1 (*)
 +--- org.wordpress.mediapicker:source-wordpress:0.3.0
-|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.21 -> 1.9.22 (*)
+|    \--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.8.21 -> 1.9.23 (*)
 +--- androidx.compose.runtime:runtime-livedata -> 1.5.4
-|    +--- androidx.lifecycle:lifecycle-livedata:2.6.1 -> 2.6.2 (*)
+|    +--- androidx.lifecycle:lifecycle-livedata:2.6.1 -> 2.7.0 (*)
-|    +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.6.2 (*)
+|    +--- androidx.lifecycle:lifecycle-runtime:2.6.1 -> 2.7.0 (*)
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
 +--- androidx.compose.material:material-icons-extended -> 1.5.4
 |    \--- androidx.compose.material:material-icons-extended-android:1.5.4
-|         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.22 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21 -> 1.9.23 (*)
 +--- androidx.compose.ui:ui-text-google-fonts -> 1.5.4
-|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.22 (*)
+|    \--- org.jetbrains.kotlin:kotlin-stdlib:1.8.21 -> 1.9.23 (*)
-+--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 (*)
++--- androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2 -> 2.7.0 (*)
 +--- io.coil-kt:coil-compose:2.1.0
 |    \--- io.coil-kt:coil-compose-base:2.1.0
 |         \--- io.coil-kt:coil-base:2.1.0
-|              +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.6.10 -> 1.9.22 (*)
+|              +--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.6.10 -> 1.9.23 (*)
-|              +--- androidx.lifecycle:lifecycle-runtime:2.4.1 -> 2.6.2 (*)
+|              +--- androidx.lifecycle:lifecycle-runtime:2.4.1 -> 2.7.0 (*)
-|              +--- com.squareup.okio:okio:3.0.0 -> 3.6.0 (*)
+|              +--- com.squareup.okio:okio:3.0.0 -> 3.7.0 (*)
-|              \--- androidx.annotation:annotation:1.3.0 -> 1.7.0 (*)
+|              \--- androidx.annotation:annotation:1.3.0 -> 1.7.1 (*)
 +--- androidx.camera:camera-camera2:1.2.3
-|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
 |    \--- androidx.camera:camera-core:1.2.3
-|         +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|         +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|         +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.6.2 (*)
+|         +--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*)
-|         +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.6.2 (*)
+|         +--- androidx.lifecycle:lifecycle-livedata:2.1.0 -> 2.7.0 (*)
-|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.9.22 (*)
+|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.20 -> 1.9.23 (*)
 +--- androidx.camera:camera-lifecycle:1.2.3
-|    \--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.6.2 (*)
+|    \--- androidx.lifecycle:lifecycle-common:2.1.0 -> 2.7.0 (*)
 +--- androidx.camera:camera-view:1.2.3
-|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.0 (*)
+|    +--- androidx.annotation:annotation:1.2.0 -> 1.7.1 (*)
-|    \--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.6.2 (*)
+|    \--- androidx.lifecycle:lifecycle-common:2.0.0 -> 2.7.0 (*)
-\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 (*)
+\--- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.9.22 -> 1.9.23 (*)

Please review and act accordingly

@backwardstruck backwardstruck self-assigned this Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: dependencies update PRs that update a dependency file, used by Dependabot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants