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

build(deps): bump the versions group with 34 updates #61

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the versions group with 34 updates:

Package From To
io.ktor:ktor-client-logging-jvm 3.0.1 3.0.3
ru.astrainteractive.klibs:mikro-core 1.8.8 1.8.13
ru.astrainteractive.klibs:mikro-platform 1.8.8 1.8.13
ru.astrainteractive.klibs:mikro-extensions 1.8.8 1.8.13
ru.astrainteractive.klibs:kstorage 3.2.0 3.2.3
ru.astrainteractive.klibs:paging 2.2.4 2.3.3
com.arkivanov.mvikotlin:mvikotlin 4.2.0 4.3.0
com.arkivanov.mvikotlin:mvikotlin-main 4.2.0 4.3.0
com.arkivanov.mvikotlin:mvikotlin-extensions-coroutines 4.2.0 4.3.0
com.arkivanov.essenty:lifecycle 2.3.0 2.4.0
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.9.0 1.10.1
org.jetbrains.kotlinx:kotlinx-coroutines-test 1.9.0 1.10.1
org.jetbrains.kotlinx:kotlinx-coroutines-android 1.9.0 1.10.1
org.jetbrains.kotlinx:kotlinx-serialization-json 1.7.3 1.8.0
org.jetbrains.kotlinx:kotlinx-coroutines-play-services 1.9.0 1.10.1
androidx.compose:compose-bom 2024.11.00 2025.01.00
androidx.activity:activity-compose 1.9.3 1.10.0
com.google.firebase:firebase-bom 33.7.0 33.8.0
com.google.android.gms:play-services-auth 21.2.0 21.3.0
com.google.android.horologist:horologist-datalayer 0.6.12 0.6.22
com.google.android.horologist:horologist-datalayer-watch 0.6.12 0.6.22
com.google.android.horologist:horologist-datalayer-phone 0.6.12 0.6.22
com.google.android.horologist:horologist-compose-tools 0.6.12 0.6.22
com.google.android.horologist:horologist-tiles 0.6.12 0.6.22
io.ktor:ktor-client-core 3.0.1 3.0.3
io.ktor:ktor-client-cio 3.0.1 3.0.3
io.ktor:ktor-client-serialization 3.0.1 3.0.3
io.ktor:ktor-client-content-negotiation 3.0.1 3.0.3
io.ktor:ktor-client-json 3.0.1 3.0.3
io.ktor:ktor-serialization-kotlinx-json 3.0.1 3.0.3
io.ktor:ktor-client-logging 3.0.1 3.0.3
org.jetbrains.compose 1.7.1 1.8.0+dev2008
com.android.application 8.7.3 8.8.0
com.android.library 8.7.3 8.8.0

Updates io.ktor:ktor-client-logging-jvm from 3.0.1 to 3.0.3

Release notes

Sourced from io.ktor:ktor-client-logging-jvm's releases.

3.0.3

Published 18 December 2024

Bugfixes

  • "Module not found" errors when executing browserProductionWebpack task since 3.0.2 (KTOR-7912)
  • Darwin: "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7943)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • FormFieldLimit is overwritten by default arg (KTOR-7946)
  • A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (KTOR-7941)
  • Installing HttpCache before ContentEncoding prevents response body to be decoded (KTOR-7830)
  • TestApplication.stop() doesn't stop the application anymore (KTOR-7682)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)

3.0.2

Published 3 December 2024

Bugfixes

  • ServletResponseBody is corrupted due to the wrong offset (KTOR-7904)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)
  • CIO: Response body truncated because read amount of bytes isn't compared against Content-Length (KTOR-7828)
  • HttpCache: IndexOutOfBoundsException on malformed Cache-Control header (KTOR-7172)
  • call.respondSource returns empty response but passes in tests (KTOR-7683)
  • ByteReadChannel.{readShort/readInt/readLong} leads to infinite loop when required bytes distributed in flush and read buffers (KTOR-7746)
  • Routing: ContentType.match doesn't match wildcard content types (KTOR-7278)
  • Connections aren't released properly if there are multiple parallel connections to the same address (KTOR-7777)
  • FileItem.streamProvider is deprecated and doesn't have implementation (KTOR-7731)
  • MergedApplicationConfig.toMap replaces nested configs completely without merging (KTOR-7008)
  • Digest Auth: Ktor 3.0.1 uses the wrong "nc" value to calculate digest (KTOR-7681)
  • JS: "ReferenceError: require is not defined" when compiling to ES Module (KTOR-6158)
  • Chunked transfer encoding failure not caught with retry (KTOR-7618)
  • HttpCookies: IllegalArgumentException when server returns a raw cookie with not allowed characters (KTOR-7469)
  • DefaultRequest: Content-Type header of default request is not overridable (KTOR-6946)

Improvements

  • Support binary (Smile) encoding in JacksonConverter (KTOR-7726)
  • ServiceLoader.load call is slow on Android (KTOR-7698)
Changelog

Sourced from io.ktor:ktor-client-logging-jvm's changelog.

3.0.3

Published 18 December 2024

Bugfixes

  • "Module not found" errors when executing browserProductionWebpack task since 3.0.2 (KTOR-7912)
  • Darwin: "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7943)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • FormFieldLimit is overwritten by default arg (KTOR-7946)
  • A Performance issue reading with ByteReadChannel.readUTF8LineTo request body (KTOR-7941)
  • Installing HttpCache before ContentEncoding prevents response body to be decoded (KTOR-7830)
  • TestApplication.stop() doesn't stop the application anymore (KTOR-7682)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)

3.0.2

Published 3 December 2024

Bugfixes

  • ServletResponseBody is corrupted due to the wrong offset (KTOR-7904)
  • File is not commited after closing writeChannel() of the file (KTOR-7845)
  • CIO: Response body truncated because read amount of bytes isn't compared against Content-Length (KTOR-7828)
  • HttpCache: IndexOutOfBoundsException on malformed Cache-Control header (KTOR-7172)
  • call.respondSource returns empty response but passes in tests (KTOR-7683)
  • ByteReadChannel.{readShort/readInt/readLong} leads to infinite loop when required bytes distributed in flush and read buffers (KTOR-7746)
  • Routing: ContentType.match doesn't match wildcard content types (KTOR-7278)
  • Connections aren't released properly if there are multiple parallel connections to the same address (KTOR-7777)
  • FileItem.streamProvider is deprecated and doesn't have implementation (KTOR-7731)
  • MergedApplicationConfig.toMap replaces nested configs completely without merging (KTOR-7008)
  • Digest Auth: Ktor 3.0.1 uses the wrong "nc" value to calculate digest (KTOR-7681)
  • JS: "ReferenceError: require is not defined" when compiling to ES Module (KTOR-6158)
  • Chunked transfer encoding failure not caught with retry (KTOR-7618)
  • HttpCookies: IllegalArgumentException when server returns a raw cookie with not allowed characters (KTOR-7469)
  • DefaultRequest: Content-Type header of default request is not overridable (KTOR-6946)

Improvements

  • Support binary (Smile) encoding in JacksonConverter (KTOR-7726)
  • ServiceLoader.load call is slow on Android (KTOR-7698)
Commits
  • e18c901 Release 3.0.3 (#4558)
  • dbcbff9 Cherry-pick common ClientLoader implementation from 3.1.0-eap (#4550)
  • d35aeb9 Update netty monorepo to v4.1.116.Final (#4557)
  • 958d84f Update ktor monorepo to v3.1.0-eap-1190 (#4552)
  • 37a9a0f Update contributing guide (#4542)
  • 8329b7e Update dependency org.junit.jupiter:junit-jupiter to v5.11.4 (#4554)
  • f5363d5 KTOR-7941 Fix performance on readUtfLineTo (#4537)
  • d1ee88c Disable compression tests for js engine
  • a1ceac3 Fix formatting
  • 30ca176 KTOR-7934 Fix content length check for Options and Head for wasm, js, and nat...
  • Additional commits viewable in compare view

Updates ru.astrainteractive.klibs:mikro-core from 1.8.8 to 1.8.13

Commits
  • b6ab90d fix ci
  • 5c79ae8 Update call-release.yml
  • fdcf078 Merge pull request #30 from makeevrserg/dependabot/gradle/versions-4290b3400c
  • 40fbf68 Update call-release.yml
  • eef7086 Update gradle.properties
  • 4b7eb1d build(deps): bump the versions group with 2 updates
  • 755a1e9 build(deps): bump the versions group with 3 updates (#28)
  • 5d2ab5f build(deps): bump the versions group with 19 updates (#19)
  • df859d7 build(deps): bump com.android.library from 8.5.2 to 8.6.0 in the versions gro...
  • See full diff in compare view

Updates ru.astrainteractive.klibs:mikro-platform from 1.8.8 to 1.8.13

Commits
  • b6ab90d fix ci
  • 5c79ae8 Update call-release.yml
  • fdcf078 Merge pull request #30 from makeevrserg/dependabot/gradle/versions-4290b3400c
  • 40fbf68 Update call-release.yml
  • eef7086 Update gradle.properties
  • 4b7eb1d build(deps): bump the versions group with 2 updates
  • 755a1e9 build(deps): bump the versions group with 3 updates (#28)
  • 5d2ab5f build(deps): bump the versions group with 19 updates (#19)
  • df859d7 build(deps): bump com.android.library from 8.5.2 to 8.6.0 in the versions gro...
  • See full diff in compare view

Updates ru.astrainteractive.klibs:mikro-extensions from 1.8.8 to 1.8.13

Commits
  • b6ab90d fix ci
  • 5c79ae8 Update call-release.yml
  • fdcf078 Merge pull request #30 from makeevrserg/dependabot/gradle/versions-4290b3400c
  • 40fbf68 Update call-release.yml
  • eef7086 Update gradle.properties
  • 4b7eb1d build(deps): bump the versions group with 2 updates
  • 755a1e9 build(deps): bump the versions group with 3 updates (#28)
  • 5d2ab5f build(deps): bump the versions group with 19 updates (#19)
  • df859d7 build(deps): bump com.android.library from 8.5.2 to 8.6.0 in the versions gro...
  • See full diff in compare view

Updates ru.astrainteractive.klibs:mikro-platform from 1.8.8 to 1.8.13

Commits
  • b6ab90d fix ci
  • 5c79ae8 Update call-release.yml
  • fdcf078 Merge pull request #30 from makeevrserg/dependabot/gradle/versions-4290b3400c
  • 40fbf68 Update call-release.yml
  • eef7086 Update gradle.properties
  • 4b7eb1d build(deps): bump the versions group with 2 updates
  • 755a1e9 build(deps): bump the versions group with 3 updates (#28)
  • 5d2ab5f build(deps): bump the versions group with 19 updates (#19)
  • df859d7 build(deps): bump com.android.library from 8.5.2 to 8.6.0 in the versions gro...
  • See full diff in compare view

Updates ru.astrainteractive.klibs:mikro-extensions from 1.8.8 to 1.8.13

Commits
  • b6ab90d fix ci
  • 5c79ae8 Update call-release.yml
  • fdcf078 Merge pull request #30 from makeevrserg/dependabot/gradle/versions-4290b3400c
  • 40fbf68 Update call-release.yml
  • eef7086 Update gradle.properties
  • 4b7eb1d build(deps): bump the versions group with 2 updates
  • 755a1e9 build(deps): bump the versions group with 3 updates (#28)
  • 5d2ab5f build(deps): bump the versions group with 19 updates (#19)
  • df859d7 build(deps): bump com.android.library from 8.5.2 to 8.6.0 in the versions gro...
  • See full diff in compare view

Updates ru.astrainteractive.klibs:kstorage from 3.2.0 to 3.2.3

Commits
  • fde95d4 fix github release
  • 0e2c086 Merge pull request #36 from makeevrserg/fix-ci
  • 58d591c up version
  • ba65556 try fix ci
  • 08fc1ef Update call-release.yml
  • 4257e93 Merge pull request #32 from makeevrserg/dependabot/gradle/versions-488143688f
  • 55d651c Update gradle.properties
  • 94e98f6 Update call-release.yml
  • 61c2b1e Bump com.android.library from 8.7.2 to 8.7.3 in the versions group
  • eaf0a9f Merge pull request #30 from makeevrserg/dependabot/gradle/versions-a935e78958
  • Additional commits viewable in compare view

Updates ru.astrainteractive.klibs:paging from 2.2.4 to 2.3.3

Commits
  • 39d610e fix ci
  • 57bd68b Update call-release.yml
  • bb25262 Merge pull request #25 from makeevrserg/dependabot/gradle/versions-6c00d952bf
  • b114472 Update call-release.yml
  • a5fe66a Update gradle.properties
  • 6b73484 Bump the versions group with 2 updates
  • 48e349d Bump the versions group with 6 updates (#23)
  • 28ee675 Bump the versions group with 8 updates (#18)
  • 1f15d90 Bump the versions group with 19 updates (#15)
  • 8595e8d Bump the versions group with 3 updates (#13)
  • Additional commits viewable in compare view

Updates com.arkivanov.mvikotlin:mvikotlin from 4.2.0 to 4.3.0

Release notes

Sourced from com.arkivanov.mvikotlin:mvikotlin's releases.

4.3.0

  • Updated Kotlin to 2.1.0 and other deps (#147)
  • Added Store#stateFlow(Lifecycle) and Store#labelsChannel(Lifecycle) API, promoted to stable (#148)

Versions and dependencies

Kotlin: 2.1.0 Essenty: 2.4.0

Module mvikotlin-extensions-reaktive

Reaktive: 2.3.0

Module mvikotlin-extensions-coroutines

kotlinx.coroutines: 1.9.0

Commits
  • 42fa933 Bumped version to 4.3.0
  • 7399018 Merge pull request #148 from arkivanov/store-state-flow-and-labels-channel
  • bce53e9 Added Store#stateFlow(Lifecycle) and Store#labelsChannel(Lifecycle) API, ...
  • 6d01538 Merge pull request #147 from arkivanov/update-kotlin
  • f23a901 Updated Kotlin to 2.1.0 and other deps
  • 8ab0149 Update publish.yml
  • See full diff in compare view

Updates com.arkivanov.mvikotlin:mvikotlin-main from 4.2.0 to 4.3.0

Release notes

Sourced from com.arkivanov.mvikotlin:mvikotlin-main's releases.

4.3.0

  • Updated Kotlin to 2.1.0 and other deps (#147)
  • Added Store#stateFlow(Lifecycle) and Store#labelsChannel(Lifecycle) API, promoted to stable (#148)

Versions and dependencies

Kotlin: 2.1.0 Essenty: 2.4.0

Module mvikotlin-extensions-reaktive

Reaktive: 2.3.0

Module mvikotlin-extensions-coroutines

kotlinx.coroutines: 1.9.0

Commits
  • 42fa933 Bumped version to 4.3.0
  • 7399018 Merge pull request #148 from arkivanov/store-state-flow-and-labels-channel
  • bce53e9 Added Store#stateFlow(Lifecycle) and Store#labelsChannel(Lifecycle) API, ...
  • 6d01538 Merge pull request #147 from arkivanov/update-kotlin
  • f23a901 Updated Kotlin to 2.1.0 and other deps
  • 8ab0149 Update publish.yml
  • See full diff in compare view

Updates com.arkivanov.mvikotlin:mvikotlin-extensions-coroutines from 4.2.0 to 4.3.0

Release notes

Sourced from com.arkivanov.mvikotlin:mvikotlin-extensions-coroutines's releases.

4.3.0

  • Updated Kotlin to 2.1.0 and other deps (#147)
  • Added Store#stateFlow(Lifecycle) and Store#labelsChannel(Lifecycle) API, promoted to stable (#148)

Versions and dependencies

Kotlin: 2.1.0 Essenty: 2.4.0

Module mvikotlin-extensions-reaktive

Reaktive: 2.3.0

Module mvikotlin-extensions-coroutines

kotlinx.coroutines: 1.9.0

Commits
  • 42fa933 Bumped version to 4.3.0
  • 7399018 Merge pull request #148 from arkivanov/store-state-flow-and-labels-channel
  • bce53e9 Added Store#stateFlow(Lifecycle) and Store#labelsChannel(Lifecycle) API, ...
  • 6d01538 Merge pull request #147 from arkivanov/update-kotlin
  • f23a901 Updated Kotlin to 2.1.0 and other deps
  • 8ab0149 Update publish.yml
  • See full diff in compare view

Updates com.arkivanov.mvikotlin:mvikotlin-main from 4.2.0 to 4.3.0

Release notes

Sourced from com.arkivanov.mvikotlin:mvikotlin-main's releases.

4.3.0

  • Updated Kotlin to 2.1.0 and other deps (#147)
  • Added Store#stateFlow(Lifecycle) and Store#labelsChannel(Lifecycle) API, promoted to stable (#148)

Versions and dependencies

Kotlin: 2.1.0 Essenty: 2.4.0

Module mvikotlin-extensions-reaktive

Reaktive: 2.3.0

Module mvikotlin-extensions-coroutines

kotlinx.coroutines: 1.9.0

Commits
  • 42fa933 Bumped version to 4.3.0
  • 7399018 Merge pull request #148 from arkivanov/store-state-flow-and-labels-channel
  • bce53e9 Added Store#stateFlow(Lifecycle) and Store#labelsChannel(Lifecycle) API, ...
  • 6d01538 Merge pull request #147 from arkivanov/update-kotlin
  • f23a901 Updated Kotlin to 2.1.0 and other deps
  • 8ab0149 Update publish.yml
  • See full diff in compare view

Updates com.arkivanov.mvikotlin:mvikotlin-extensions-coroutines from 4.2.0 to 4.3.0

Release notes

Sourced from com.arkivanov.mvikotlin:mvikotlin-extensions-coroutines's releases.

4.3.0

  • Updated Kotlin to 2.1.0 and other deps (#147)
  • Added Store#stateFlow(Lifecycle) and Store#labelsChannel(Lifecycle) API, promoted to stable (#148)

Versions and dependencies

Kotlin: 2.1.0 Essenty: 2.4.0

Module mvikotlin-extensions-reaktive

Reaktive: 2.3.0

Module mvikotlin-extensions-coroutines

kotlinx.coroutines: 1.9.0

Commits
  • 42fa933 Bumped version to 4.3.0
  • 7399018 Merge pull request #148 from arkivanov/store-state-flow-and-labels-channel
  • bce53e9 Added Store#stateFlow(Lifecycle) and Store#labelsChannel(Lifecycle) API, ...
  • 6d01538 Merge pull request #147 from arkivanov/update-kotlin
  • f23a901 Updated Kotlin to 2.1.0 and other deps
  • 8ab0149 Update publish.yml
  • See full diff in compare view

Updates com.arkivanov.essenty:lifecycle from 2.3.0 to 2.4.0

Release notes

Sourced from com.arkivanov.essenty:lifecycle's releases.

2.4.0

  • Updated Kotlin to 2.1.0 and coroutines to 1.9.0 (#183)

Versions and dependencies

Kotlin: 2.1.0 kotlinx-serialization: 1.6.3

Module lifecycle-coroutines

kotlinx-coroutines: 1.9.0

Module lifecycle-reaktive

Reaktive: 2.1.0

Commits

Updates org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.9.0 to 1.10.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases.

Version 1.10.1

  • Fixed binary incompatibility introduced for non-JVM targets in #4261 (#4309).

1.10.0

  • Kotlin was updated to 2.1.0 (#4284).
  • Introduced Flow.any, Flow.all, and Flow.none (#4212). Thanks, @​CLOVIS-AI!
  • Reorganized kotlinx-coroutines-debug and kotlinx-coroutines-core code to avoid a split package between the two artifacts (#4247). Note that directly referencing kotlinx.coroutines.debug.AgentPremain must now be replaced with kotlinx.coroutines.debug.internal.AgentPremain. Thanks, @​sellmair!
  • No longer shade byte-buddy in kotlinx-coroutines-debug, reducing the artifact size and simplifying the build configuration of client code. Thanks, @​sellmair!
  • Fixed NullPointerException when using Java-deserialized kotlinx-coroutines-core exceptions (#4291). Thanks, @​AlexRiedler!
  • Properly report exceptions thrown by CoroutineDispatcher.dispatch instead of raising internal errors (#4091). Thanks, @​zuevmaxim!
  • Fixed a bug that delayed scheduling of a Dispatchers.Default or Dispatchers.IO task after a yield() in rare scenarios (#4248).
  • Fixed a bug that prevented the main() coroutine on Wasm/WASI from executing after a delay() call in some scenarios (#4239).
  • Fixed scheduling of runBlocking tasks on Kotlin/Native that arrive after the runBlocking block was exited (#4245).
  • Fixed some terminal Flow operators sometimes resuming without taking cancellation into account (#4254). Thanks, @​jxdabc!
  • Fixed a bug on the JVM that caused coroutine-bound ThreadLocal values not to get cleaned when using non-CoroutineDispatcher continuation interceptors (#4296).
  • Small tweaks, fixes, and documentation improvements.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog.

Version 1.10.1

  • Fixed binary incompatibility introduced for non-JVM targets in #4261 (#4309).

Version 1.10.0

  • Kotlin was updated to 2.1.0 (#4284).
  • Introduced Flow.any, Flow.all, and Flow.none (#4212). Thanks, @​CLOVIS-AI!
  • Reorganized kotlinx-coroutines-debug and kotlinx-coroutines-core code to avoid a split package between the two artifacts (#4247). Note that directly referencing kotlinx.coroutines.debug.AgentPremain must now be replaced with kotlinx.coroutines.debug.internal.AgentPremain. Thanks, @​sellmair!
  • No longer shade byte-buddy in kotlinx-coroutines-debug, reducing the artifact size and simplifying the build configuration of client code. Thanks, @​sellmair!
  • Fixed NullPointerException when using Java-deserialized kotlinx-coroutines-core exceptions (#4291). Thanks, @​AlexRiedler!
  • Properly report exceptions thrown by CoroutineDispatcher.dispatch instead of raising internal errors (#4091). Thanks, @​zuevmaxim!
  • Fixed a bug that delayed scheduling of a Dispatchers.Default or Dispatchers.IO task after a yield() in rare scenarios (#4248).
  • Fixed a bug that prevented the main() coroutine on Wasm/WASI from executing after a delay() call in some scenarios (#4239).
  • Fixed scheduling of runBlocking tasks on Kotlin/Native that arrive after the runBlocking block was exited (#4245).
  • Fixed some terminal Flow operators sometimes resuming without taking cancellation into account (#4254). Thanks, @​jxdabc!
  • Fixed a bug on the JVM that caused coroutine-bound ThreadLocal values not to get cleaned when using non-CoroutineDispatcher continuation interceptors (#4296).
  • Small tweaks, fixes, and documentation improvements.
Commits
  • ee92d16 Version 1.10.1
  • 9a773f1 Ignore a flaky test
  • 2a9b88c Fix binary incompatibility introduced in #4261 (#4310)
  • 33b18cd Version 1.10.0
  • d2f2717 Merge remote-tracking branch 'origin/master' into develop
  • bed3d29 Introduce Flow.any, Flow.all, Flow.none
  • ec83195 Disable timing-sensitive test on Windows
  • 8f83057 Do not initialize non-mocked Dispatchers.Main unnecessarily (#4301)
  • f8c0304 Properly cleanup thread locals for non-CoroutineDispatcher-intercepte… (#4303)
  • 2cafea4 Update Kotlin to 2.1.0 (#4284)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.9.0 to 1.10.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-test's releases.

Version 1.10.1

  • Fixed binary incompatibility introduced for non-JVM targets in #4261 (#4309).

1.10.0

  • Kotlin was updated to 2.1.0 (#4284).
  • Introduced Flow.any, Flow.all, and Flow.none (#4212). Thanks, @​CLOVIS-AI!
  • Reorganized kotlinx-coroutines-debug and kotlinx-coroutines-core code to avoid a split package between the two artifacts (#4247). Note that directly referencing kotlinx.coroutines.debug.AgentPremain must now be replaced with kotlinx.coroutines.debug.internal.AgentPremain. Thanks, @​sellmair!
  • No longer shade byte-buddy in kotlinx-coroutines-debug, reducing the artifact size and simplifying the build configuration of client code. Thanks, @​sellmair!
  • Fixed NullPointerException when using Java-deserialized kotlinx-coroutines-core exceptions (#4291). Thanks, @​AlexRiedler!
  • Properly report exceptions thrown by CoroutineDispatcher.dispatch instead of raising internal errors (#4091). Thanks, @​zuevmaxim!
  • Fixed a bug that delayed scheduling of a Dispatchers.Default or Dispatchers.IO task after a yield() in rare scenarios (#4248).
  • Fixed a bug that prevented the main() coroutine on Wasm/WASI from executing after a delay() call in some scenarios (#4239).
  • Fixed scheduling of runBlocking tasks on Kotlin/Native that arrive after the runBlocking block was exited (#4245).
  • Fixed some terminal Flow operators sometimes resuming without taking cancellation into account (#4254). Thanks, @​jxdabc!
  • Fixed a bug on the JVM that caused coroutine-bound ThreadLocal values not to get cleaned when using non-CoroutineDispatcher continuation interceptors (#4296).
  • Small tweaks, fixes, and documentation improvements.
Changelog

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-test's changelog.

Version 1.10.1

  • Fixed binary incompatibility introduced for non-JVM targets in #4261 (#4309).

Version 1.10.0

  • Kotlin was updated to 2.1.0 (#4284).
  • Introduced Flow.any, Flow.all, and Flow.none (#4212). Thanks, @​CLOVIS-AI!
  • Reorganized kotlinx-coroutines-debug and kotlinx-coroutines-core code to avoid a split package between the two artifacts (#4247). Note that directly referencing kotlinx.coroutines.debug.AgentPremain must now be replaced with kotlinx.coroutines.debug.internal.AgentPremain. Thanks, @​sellmair!
  • No longer shade byte-buddy in kotlinx-coroutines-debug, reducing the artifact size and simplifying the build configuration of client code. Thanks, @​sellmair!
  • Fixed NullPointerException when using Java-deserialized kotlinx-coroutines-core exceptions (#4291). Thanks, @​AlexRiedler!
  • Properly report exceptions thrown by CoroutineDispatcher.dispatch instead of raising internal errors (#4091). Thanks, @​zuevmaxim!
  • Fixed a bug that delayed scheduling of a Dispatchers.Default or Dispatchers.IO task after a yield() in rare scenarios (#4248).
  • Fixed a bug that prevented the main() coroutine on Wasm/WASI from executing after a delay() call in some scenarios (#4239).
  • Fixed scheduling of runBlocking tasks on Kotlin/Native that arrive after the runBlocking block was exited (#4245).
  • Fixed some terminal Flow operators sometimes resuming without taking cancellation into account (#4254). Thanks, @​jxdabc!
  • Fixed a bug on the JVM that caused coroutine-bound ThreadLocal values not to get cleaned when using non-CoroutineDispatcher continuation interceptors (#4296).
  • Small tweaks, fixes, and documentation improvements.
Commits
  • ee92d16 Version 1.10.1
  • 9a773f1 Ignore a flaky test
  • 2a9b88c Fix binary incompatibility introduced in #4261 (#4310)
  • 33b18cd Version 1.10.0
  • d2f2717 Merge remote-tracking branch 'origin/master' into develop
  • bed3d29 Introduce Flow.any, Flow.all, Flow.none
  • ec83195 Disable timing-sensitive test on Windows
  • 8f83057 Do not initialize non-mocked Dispatchers.Main unnecessarily (#4301)
  • f8c0304 Properly cleanup thread locals for non-CoroutineDispatcher-intercepte… (#4303)
  • 2cafea4 Update Kotlin to 2.1.0 (#4284)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlinx:kotlinx-coroutines-android from 1.9.0 to 1.10.1

Release notes

Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-android's releases.

Version 1.10.1

  • Fixed binary incompatibility introduced for non-JVM targets in #4261 (#4309).

1.10.0

  • Kotlin was updated to 2.1.0 (#4284).
  • Introduced Flow.any, Flow.all, and Flow.none (#4212). Thanks, @​CLOVIS-AI!
  • Reorganized kotlinx-coroutines-debug and kotlinx-coroutines-core code to avoid a split package between the two artifacts (#4247). Note that directly referencing kotlinx.coroutines.debug.AgentPremain must now be replaced with kotlinx.coroutines.debug.internal.AgentPremain. Thanks, @​sellmair!
  • No longer shade byte-buddy in kotlinx-coroutines-debug, reducing the artifact size and simplifying the build configuration of client code. Thanks, @​sellmair!
  • Fixed NullPointerException when using Java-deserialized kotlinx-coroutines-core exceptions (#4291). Thanks, @​AlexRiedler!
  • Properly report exceptions thrown by CoroutineDispatcher.dispatch instead of raising internal errors (#4091). Thanks, @​zuevmaxim!
  • Fixed a bug that delayed scheduling of a Dispatchers.Default or Dispatchers.IO task after a yield() in rare scenarios (#4248).
  • Fixed a bug that prevented the main() coroutine on Wasm/WASI from executing after a delay() call in some scenarios (#4239).
  • Fixed scheduling of runBlocking tasks on Kotlin/Nati...

    Description has been truncated

Bumps the versions group with 34 updates:

| Package | From | To |
| --- | --- | --- |
| [io.ktor:ktor-client-logging-jvm](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [ru.astrainteractive.klibs:mikro-core](https://github.com/makeevrserg/klibs.mikro) | `1.8.8` | `1.8.13` |
| [ru.astrainteractive.klibs:mikro-platform](https://github.com/makeevrserg/klibs.mikro) | `1.8.8` | `1.8.13` |
| [ru.astrainteractive.klibs:mikro-extensions](https://github.com/makeevrserg/klibs.mikro) | `1.8.8` | `1.8.13` |
| [ru.astrainteractive.klibs:kstorage](https://github.com/makeevrserg/klibs.kstorage) | `3.2.0` | `3.2.3` |
| [ru.astrainteractive.klibs:paging](https://github.com/makeevrserg/klibs.paging) | `2.2.4` | `2.3.3` |
| [com.arkivanov.mvikotlin:mvikotlin](https://github.com/arkivanov/MVIKotlin) | `4.2.0` | `4.3.0` |
| [com.arkivanov.mvikotlin:mvikotlin-main](https://github.com/arkivanov/MVIKotlin) | `4.2.0` | `4.3.0` |
| [com.arkivanov.mvikotlin:mvikotlin-extensions-coroutines](https://github.com/arkivanov/MVIKotlin) | `4.2.0` | `4.3.0` |
| [com.arkivanov.essenty:lifecycle](https://github.com/arkivanov/Essenty) | `2.3.0` | `2.4.0` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` |
| [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | `1.7.3` | `1.8.0` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-play-services](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` |
| androidx.compose:compose-bom | `2024.11.00` | `2025.01.00` |
| androidx.activity:activity-compose | `1.9.3` | `1.10.0` |
| com.google.firebase:firebase-bom | `33.7.0` | `33.8.0` |
| com.google.android.gms:play-services-auth | `21.2.0` | `21.3.0` |
| [com.google.android.horologist:horologist-datalayer](https://github.com/google/horologist) | `0.6.12` | `0.6.22` |
| [com.google.android.horologist:horologist-datalayer-watch](https://github.com/google/horologist) | `0.6.12` | `0.6.22` |
| [com.google.android.horologist:horologist-datalayer-phone](https://github.com/google/horologist) | `0.6.12` | `0.6.22` |
| [com.google.android.horologist:horologist-compose-tools](https://github.com/google/horologist) | `0.6.12` | `0.6.22` |
| [com.google.android.horologist:horologist-tiles](https://github.com/google/horologist) | `0.6.12` | `0.6.22` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-serialization](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-json](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.0.1` | `3.0.3` |
| org.jetbrains.compose | `1.7.1` | `1.8.0+dev2008` |
| com.android.application | `8.7.3` | `8.8.0` |
| com.android.library | `8.7.3` | `8.8.0` |


Updates `io.ktor:ktor-client-logging-jvm` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `ru.astrainteractive.klibs:mikro-core` from 1.8.8 to 1.8.13
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.8.8...1.8.13)

Updates `ru.astrainteractive.klibs:mikro-platform` from 1.8.8 to 1.8.13
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.8.8...1.8.13)

Updates `ru.astrainteractive.klibs:mikro-extensions` from 1.8.8 to 1.8.13
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.8.8...1.8.13)

Updates `ru.astrainteractive.klibs:mikro-platform` from 1.8.8 to 1.8.13
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.8.8...1.8.13)

Updates `ru.astrainteractive.klibs:mikro-extensions` from 1.8.8 to 1.8.13
- [Release notes](https://github.com/makeevrserg/klibs.mikro/releases)
- [Commits](makeevrserg/klibs.mikro@1.8.8...1.8.13)

Updates `ru.astrainteractive.klibs:kstorage` from 3.2.0 to 3.2.3
- [Release notes](https://github.com/makeevrserg/klibs.kstorage/releases)
- [Commits](makeevrserg/klibs.kstorage@3.2.0...3.2.3)

Updates `ru.astrainteractive.klibs:paging` from 2.2.4 to 2.3.3
- [Release notes](https://github.com/makeevrserg/klibs.paging/releases)
- [Commits](makeevrserg/klibs.paging@2.2.4...2.3.3)

Updates `com.arkivanov.mvikotlin:mvikotlin` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/arkivanov/MVIKotlin/releases)
- [Commits](arkivanov/MVIKotlin@4.2.0...4.3.0)

Updates `com.arkivanov.mvikotlin:mvikotlin-main` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/arkivanov/MVIKotlin/releases)
- [Commits](arkivanov/MVIKotlin@4.2.0...4.3.0)

Updates `com.arkivanov.mvikotlin:mvikotlin-extensions-coroutines` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/arkivanov/MVIKotlin/releases)
- [Commits](arkivanov/MVIKotlin@4.2.0...4.3.0)

Updates `com.arkivanov.mvikotlin:mvikotlin-main` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/arkivanov/MVIKotlin/releases)
- [Commits](arkivanov/MVIKotlin@4.2.0...4.3.0)

Updates `com.arkivanov.mvikotlin:mvikotlin-extensions-coroutines` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/arkivanov/MVIKotlin/releases)
- [Commits](arkivanov/MVIKotlin@4.2.0...4.3.0)

Updates `com.arkivanov.essenty:lifecycle` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/arkivanov/Essenty/releases)
- [Commits](arkivanov/Essenty@2.3.0...2.4.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.7.3...v1.8.0)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-play-services` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `androidx.compose:compose-bom` from 2024.11.00 to 2025.01.00

Updates `androidx.activity:activity-compose` from 1.9.3 to 1.10.0

Updates `com.google.firebase:firebase-bom` from 33.7.0 to 33.8.0

Updates `com.google.android.gms:play-services-auth` from 21.2.0 to 21.3.0

Updates `com.google.android.horologist:horologist-datalayer` from 0.6.12 to 0.6.22
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.22)

Updates `com.google.android.horologist:horologist-datalayer-watch` from 0.6.12 to 0.6.22
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.22)

Updates `com.google.android.horologist:horologist-datalayer-phone` from 0.6.12 to 0.6.22
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.22)

Updates `com.google.android.horologist:horologist-compose-tools` from 0.6.12 to 0.6.22
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.22)

Updates `com.google.android.horologist:horologist-tiles` from 0.6.12 to 0.6.22
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.22)

Updates `com.google.android.horologist:horologist-datalayer-watch` from 0.6.12 to 0.6.22
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.22)

Updates `com.google.android.horologist:horologist-datalayer-phone` from 0.6.12 to 0.6.22
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.22)

Updates `com.google.android.horologist:horologist-compose-tools` from 0.6.12 to 0.6.22
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.22)

Updates `com.google.android.horologist:horologist-tiles` from 0.6.12 to 0.6.22
- [Release notes](https://github.com/google/horologist/releases)
- [Commits](google/horologist@v0.6.12...v0.6.22)

Updates `io.ktor:ktor-client-core` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-cio` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-serialization` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-content-negotiation` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-json` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-logging` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-cio` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-serialization` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-content-negotiation` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-json` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `io.ktor:ktor-client-logging` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.0.1...3.0.3)

Updates `org.jetbrains.compose` from 1.7.1 to 1.8.0+dev2008

Updates `com.android.application` from 8.7.3 to 8.8.0

Updates `com.android.library` from 8.7.3 to 8.8.0

Updates `com.android.library` from 8.7.3 to 8.8.0

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-logging-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:mikro-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:kstorage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: ru.astrainteractive.klibs:paging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.arkivanov.mvikotlin:mvikotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.arkivanov.mvikotlin:mvikotlin-main
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.arkivanov.mvikotlin:mvikotlin-extensions-coroutines
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.arkivanov.mvikotlin:mvikotlin-main
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.arkivanov.mvikotlin:mvikotlin-extensions-coroutines
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.arkivanov.essenty:lifecycle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-play-services
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
  dependency-group: versions
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.google.firebase:firebase-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.google.android.gms:play-services-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-datalayer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-datalayer-watch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-datalayer-phone
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-compose-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-tiles
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-datalayer-watch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-datalayer-phone
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-compose-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: com.google.android.horologist:horologist-tiles
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: io.ktor:ktor-client-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: versions
- dependency-name: org.jetbrains.compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from makeevrserg as a code owner January 20, 2025 06:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants