Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2025

Bumps the android-dependencies group with 35 updates in the / directory:

Package From To
com.google.android.material:material 1.12.0 1.13.0
androidx.lifecycle:lifecycle-runtime-ktx 2.9.2 2.9.4
androidx.lifecycle:lifecycle-runtime-compose 2.9.2 2.9.4
androidx.lifecycle:lifecycle-viewmodel-compose 2.9.2 2.9.4
androidx.navigation:navigation-compose 2.9.3 2.9.5
androidx.work:work-runtime-ktx 2.10.3 2.10.5
androidx.activity:activity-compose 1.10.1 1.11.0
androidx.compose:compose-bom 2025.08.00 2025.09.01
androidx.compose.material3:material3 1.5.0-alpha02 1.5.0-alpha04
io.insert-koin:koin-androidx-workmanager 4.1.0 4.1.1
io.insert-koin:koin-android 4.1.0 4.1.1
io.insert-koin:koin-core 4.1.0 4.1.1
io.insert-koin:koin-androidx-compose 4.1.0 4.1.1
io.ktor:ktor-client-auth 3.2.3 3.3.0
io.ktor:ktor-client-cio 3.2.3 3.3.0
io.ktor:ktor-client-content-negotiation 3.2.3 3.3.0
io.ktor:ktor-client-core 3.2.3 3.3.0
io.ktor:ktor-serialization-kotlinx-json 3.2.3 3.3.0
io.ktor:ktor-client-mock 3.2.3 3.3.0
io.ktor:ktor-client-logging 3.2.3 3.3.0
org.mongodb:bson 5.5.1 5.6.0
androidx.room:room-compiler 2.7.2 2.8.1
androidx.room:room-ktx 2.7.2 2.8.1
androidx.room:room-runtime 2.7.2 2.8.1
androidx.room 2.7.2 2.8.1
androidx.compose.ui:ui-test-manifest 1.9.0 1.9.2
io.mockk:mockk 1.14.5 1.14.6
io.mockk:mockk-android 1.14.5 1.14.6
com.android.application 8.12.1 8.13.0
com.android.library 8.12.1 8.13.0
org.jetbrains.kotlin.android 2.2.10 2.2.20
org.jetbrains.kotlin.plugin.compose 2.2.10 2.2.20
org.jetbrains.kotlin.plugin.serialization 2.2.10 2.2.20
com.google.devtools.ksp 2.2.10-2.0.2 2.2.20-2.0.3
org.jetbrains.kotlin.jvm 2.2.10 2.2.20

Updates com.google.android.material:material from 1.12.0 to 1.13.0

Release notes

Sourced from com.google.android.material:material's releases.

1.13.0

New in 1.13.0!

Important

  • Required minSdkVersion is now 21 or higher, for Material and AndroidX.
  • Now built with compileSdkVersion 35, Android Gradle Plugin (AGP) 8.7.3, Gradle 8.9, and android.nonTransitiveRClass=true.
  • Material 3 Expressive has moved to the 1.14.0 versions of the library. To get a sneak peak, update to version 1.14.0-alpha04 and use the Material3Expressive themes/styles in conjunction with new components mentioned above.

Dependency Updates

Dependency Previous version New version
androidx.appcompat:appcompat 1.6.1 1.7.0
androidx.constraintlayout:constraintlayout 2.0.1 2.1.0
androidx.dynamicanimation:dynamicanimation 1.0.0 1.1.0
androidx.graphics:graphics-shapes N/A 1.0.1
com.android.tools.build:gradle 7.4.2 8.7.3

Library Updates

  • A11y
    • Include "hour" and "minute" in announcements. For example: "Not checked, Hour - 11'0 clock. double tap to select Hour". (960bb4cb825c607c244d51ed4f302752912e37cc)
    • Move responsibility of disabling hide on scroll to HideViewOnScrollBehavior and BottomAppBar (9c33476db68ffc15151b742516da2f7e8c4a98f7)
    • Prevent hide on scroll when Talkback is on (d56070586102b66486f7f8697de077c3d7689922)
    • Add missing 'button' mention to Talkback output for close icon. (79bd7d7b1ba46b0593c7758a81b02bdb5a1dbf67)
  • BottomNavigationView
    • Update catalog demo to demonstrate adaptive bottom navigation bar (76936c42c43164b9930f616266f215bf7045003a)
    • Fix early return in setItemGravity() (8a4d3c695117c46cf1c7235744d81196fb97110f)
  • BottomSheet
    • Prevent ACTION_DOWN events on the BottomSheetHandleDragView from setting touchingScrollChild to true. (af7f254bf660704368d46e630d34a81c479fa1c7)
    • Fix keyboard animation on Android 14 (a0b4dfa8769f98851efe97569c900f75eb0d5ef2)
    • Fixed main catalog demo cutting off content when screen size is too small. (005687d1b64ea5542168183511861f7d023682da)
    • Remove disruptive announcement "Drag handle double tapped"for BottomSheetDragHandleView. (95025c6728e49946c55d4b2688f97fa1d321cd02)
  • Carousel
    • Recyclerview children do not inherit layout direction (ca0b870a344ef6e8f5fadc1ec417ef11f5b23340)
    • Update keyline state if necessary if item size changes (52228c1b3bd50dd1a81bdaae40aeb93ef4d9ea9b)
    • Update multi-browse strategy to always have at least 1 medium item (916e9085f9ca66704f907fd6af14d7e55df5d411)
    • Recalculate keyline state if it doesn't match the current container size (d0f5d721a1f83b3b115d7f20bf865fb1df9063a3)
  • Checkbox
    • Update translations. (771119111e58d101f2540f0bbbb572073ff9c053)
  • Chip
    • Get default minTouchTargetSize from material attributes (436437a6fbf2d28658fea46320a350db33c7a455)
    • Add a show all Chip for a11y (8e334213fc806b399ec014bdf68a3778064de308)
    • Updated flow layout to correctly layout padding when in RTL. (1eaf483fc94f522546d349e6984e24c15d226d18)
    • Fix close icon focus ripple (a7ff8c9006b69cbfcc346f74ed8a9ebad6661346)

... (truncated)

Commits
  • 84c0e6d Update library version to 1.13.0
  • 46fde74 [Theme] Added missing Shape Attributes to Dialog themes
  • 8f58fcc Update library version to 1.13.0-rc01
  • 64867cf [ProgressIndicator] Updated to not throw exceptions for calling `setIndetermi...
  • f89b8af [LoadingIndicator] Added a default static drawable, which is displayed when t...
  • d56330d Update library version to 1.13.0-beta01
  • 1886cf0 [LoadingIndicator] Fixed the animation no constant rotation.
  • 61c5a6d [Internal] Restore binary compatibility (ViewOverlay)
  • e722464 [MaterialButton] Updated the shapes of buttons when the orientation is changed.
  • df9074c [ButtonGroup] Fixed connected button groups to not morph button size.
  • Additional commits viewable in compare view

Updates androidx.lifecycle:lifecycle-runtime-ktx from 2.9.2 to 2.9.4

Updates androidx.lifecycle:lifecycle-runtime-compose from 2.9.2 to 2.9.4

Updates androidx.lifecycle:lifecycle-viewmodel-compose from 2.9.2 to 2.9.4

Updates androidx.navigation:navigation-compose from 2.9.3 to 2.9.5

Updates androidx.work:work-runtime-ktx from 2.10.3 to 2.10.5

Updates androidx.activity:activity-compose from 1.10.1 to 1.11.0

Updates androidx.compose:compose-bom from 2025.08.00 to 2025.09.01

Updates androidx.compose.material3:material3 from 1.5.0-alpha02 to 1.5.0-alpha04

Updates androidx.lifecycle:lifecycle-runtime-compose from 2.9.2 to 2.9.4

Updates androidx.lifecycle:lifecycle-viewmodel-compose from 2.9.2 to 2.9.4

Updates io.insert-koin:koin-androidx-workmanager from 4.1.0 to 4.1.1

Release notes

Sourced from io.insert-koin:koin-androidx-workmanager's releases.

4.1.1

Koin 4.1.1 Changelog

🐛 Bug Fixes

  • Logger Constraint Revert - Reverted logger constraint due to compatibility issues causing errors across projects
  • Compose Scope Resolution - Fixed scope resolution issues in Compose integration with proper context handling
  • Maven Central Publication - Fixed publication issues for Maven Central distribution

🚀 Features & Improvements

  • Compose ViewModel Navigation - Added optional navGraphRoute parameter to sharedKoinViewModel for better navigation support
  • Compose Context Handling - Reworked LocalKoinApplication/LocalKoinScope with ContextWrapper to properly handle:
    • Scope closing lifecycle
    • Context restart scenarios
    • Better memory management

⚡ Performance & Core

  • Core Resolver Optimization - Avoid unnecessary flattening operations when dealing with single scope resolution
  • Scope Debugging - Enhanced scope debugging by showing linked scope IDs for better development experience
  • Library Updates - Updated underlying dependencies to latest stable versions

📚 Library Updates

  • Kotlin - Updated to 2.1.21 (from 2.1.20)
  • Binary Validator - Updated to 0.18.1 (from 0.16.3)
  • Ktor - Updated to 3.2.3 (from 3.1.3)
  • Jetbrains Compose - Updated to 1.8.2 (from 1.8.0)
  • AndroidX Libraries:
    • Fragment 1.8.9 (from 1.8.8)
    • WorkManager 2.10.3 (from 2.10.1)
    • Lifecycle 2.9.3 (from 2.9.0)
    • Navigation 2.9.3 (from 2.9.0)
    • JB Navigation RC01 (from Beta01)
  • Testing:
    • Robolectric 4.15.1 (from 4.14.1)
    • Benchmark 0.4.14 (from 0.4.13)
  • Build Tools - Added NMCP 1.1.0 for improved publication workflow

📦 Publication

  • Multi-platform Artifacts - Ensured all platform variants are properly published
  • Version Consistency - Synchronized all module versions across the ecosystem

🔧 Development

  • Test Coverage - Added ActivityScopeArchetypeTest for better scope lifecycle testing
  • API Stability - Maintained backward compatibility while fixing internal issues

... (truncated)

Commits
  • 7fbfd87 Bump 4.1.1
  • be44770 Bump all minor versions
  • f5e6b04 Merge pull request #2262 from rfaturriza/patch-1
  • 564f8c9 Revert Logger constraint due to many errors
  • 100bdbd feat(compose-viewmodel-navigation): add optional navGraphRoute parameter to s...
  • c6eb7cc Bump 4.1.1-RC1
  • c172ba3 4.1.1 - libs upgrade
  • b48ede4 Merge pull request #2249 from InsertKoinIO/fix_scope_resolution_compose
  • e114b8a API change fix
  • 6e6e76b 4.1.1-Beta1
  • Additional commits viewable in compare view

Updates io.insert-koin:koin-android from 4.1.0 to 4.1.1

Release notes

Sourced from io.insert-koin:koin-android's releases.

4.1.1

Koin 4.1.1 Changelog

🐛 Bug Fixes

  • Logger Constraint Revert - Reverted logger constraint due to compatibility issues causing errors across projects
  • Compose Scope Resolution - Fixed scope resolution issues in Compose integration with proper context handling
  • Maven Central Publication - Fixed publication issues for Maven Central distribution

🚀 Features & Improvements

  • Compose ViewModel Navigation - Added optional navGraphRoute parameter to sharedKoinViewModel for better navigation support
  • Compose Context Handling - Reworked LocalKoinApplication/LocalKoinScope with ContextWrapper to properly handle:
    • Scope closing lifecycle
    • Context restart scenarios
    • Better memory management

⚡ Performance & Core

  • Core Resolver Optimization - Avoid unnecessary flattening operations when dealing with single scope resolution
  • Scope Debugging - Enhanced scope debugging by showing linked scope IDs for better development experience
  • Library Updates - Updated underlying dependencies to latest stable versions

📚 Library Updates

  • Kotlin - Updated to 2.1.21 (from 2.1.20)
  • Binary Validator - Updated to 0.18.1 (from 0.16.3)
  • Ktor - Updated to 3.2.3 (from 3.1.3)
  • Jetbrains Compose - Updated to 1.8.2 (from 1.8.0)
  • AndroidX Libraries:
    • Fragment 1.8.9 (from 1.8.8)
    • WorkManager 2.10.3 (from 2.10.1)
    • Lifecycle 2.9.3 (from 2.9.0)
    • Navigation 2.9.3 (from 2.9.0)
    • JB Navigation RC01 (from Beta01)
  • Testing:
    • Robolectric 4.15.1 (from 4.14.1)
    • Benchmark 0.4.14 (from 0.4.13)
  • Build Tools - Added NMCP 1.1.0 for improved publication workflow

📦 Publication

  • Multi-platform Artifacts - Ensured all platform variants are properly published
  • Version Consistency - Synchronized all module versions across the ecosystem

🔧 Development

  • Test Coverage - Added ActivityScopeArchetypeTest for better scope lifecycle testing
  • API Stability - Maintained backward compatibility while fixing internal issues

... (truncated)

Commits
  • 7fbfd87 Bump 4.1.1
  • be44770 Bump all minor versions
  • f5e6b04 Merge pull request #2262 from rfaturriza/patch-1
  • 564f8c9 Revert Logger constraint due to many errors
  • 100bdbd feat(compose-viewmodel-navigation): add optional navGraphRoute parameter to s...
  • c6eb7cc Bump 4.1.1-RC1
  • c172ba3 4.1.1 - libs upgrade
  • b48ede4 Merge pull request #2249 from InsertKoinIO/fix_scope_resolution_compose
  • e114b8a API change fix
  • 6e6e76b 4.1.1-Beta1
  • Additional commits viewable in compare view

Updates io.insert-koin:koin-core from 4.1.0 to 4.1.1

Release notes

Sourced from io.insert-koin:koin-core's releases.

4.1.1

Koin 4.1.1 Changelog

🐛 Bug Fixes

  • Logger Constraint Revert - Reverted logger constraint due to compatibility issues causing errors across projects
  • Compose Scope Resolution - Fixed scope resolution issues in Compose integration with proper context handling
  • Maven Central Publication - Fixed publication issues for Maven Central distribution

🚀 Features & Improvements

  • Compose ViewModel Navigation - Added optional navGraphRoute parameter to sharedKoinViewModel for better navigation support
  • Compose Context Handling - Reworked LocalKoinApplication/LocalKoinScope with ContextWrapper to properly handle:
    • Scope closing lifecycle
    • Context restart scenarios
    • Better memory management

⚡ Performance & Core

  • Core Resolver Optimization - Avoid unnecessary flattening operations when dealing with single scope resolution
  • Scope Debugging - Enhanced scope debugging by showing linked scope IDs for better development experience
  • Library Updates - Updated underlying dependencies to latest stable versions

📚 Library Updates

  • Kotlin - Updated to 2.1.21 (from 2.1.20)
  • Binary Validator - Updated to 0.18.1 (from 0.16.3)
  • Ktor - Updated to 3.2.3 (from 3.1.3)
  • Jetbrains Compose - Updated to 1.8.2 (from 1.8.0)
  • AndroidX Libraries:
    • Fragment 1.8.9 (from 1.8.8)
    • WorkManager 2.10.3 (from 2.10.1)
    • Lifecycle 2.9.3 (from 2.9.0)
    • Navigation 2.9.3 (from 2.9.0)
    • JB Navigation RC01 (from Beta01)
  • Testing:
    • Robolectric 4.15.1 (from 4.14.1)
    • Benchmark 0.4.14 (from 0.4.13)
  • Build Tools - Added NMCP 1.1.0 for improved publication workflow

📦 Publication

  • Multi-platform Artifacts - Ensured all platform variants are properly published
  • Version Consistency - Synchronized all module versions across the ecosystem

🔧 Development

  • Test Coverage - Added ActivityScopeArchetypeTest for better scope lifecycle testing
  • API Stability - Maintained backward compatibility while fixing internal issues

... (truncated)

Commits
  • 7fbfd87 Bump 4.1.1
  • be44770 Bump all minor versions
  • f5e6b04 Merge pull request #2262 from rfaturriza/patch-1
  • 564f8c9 Revert Logger constraint due to many errors
  • 100bdbd feat(compose-viewmodel-navigation): add optional navGraphRoute parameter to s...
  • c6eb7cc Bump 4.1.1-RC1
  • c172ba3 4.1.1 - libs upgrade
  • b48ede4 Merge pull request #2249 from InsertKoinIO/fix_scope_resolution_compose
  • e114b8a API change fix
  • 6e6e76b 4.1.1-Beta1
  • Additional commits viewable in compare view

Updates io.insert-koin:koin-androidx-compose from 4.1.0 to 4.1.1

Release notes

Sourced from io.insert-koin:koin-androidx-compose's releases.

4.1.1

Koin 4.1.1 Changelog

🐛 Bug Fixes

  • Logger Constraint Revert - Reverted logger constraint due to compatibility issues causing errors across projects
  • Compose Scope Resolution - Fixed scope resolution issues in Compose integration with proper context handling
  • Maven Central Publication - Fixed publication issues for Maven Central distribution

🚀 Features & Improvements

  • Compose ViewModel Navigation - Added optional navGraphRoute parameter to sharedKoinViewModel for better navigation support
  • Compose Context Handling - Reworked LocalKoinApplication/LocalKoinScope with ContextWrapper to properly handle:
    • Scope closing lifecycle
    • Context restart scenarios
    • Better memory management

⚡ Performance & Core

  • Core Resolver Optimization - Avoid unnecessary flattening operations when dealing with single scope resolution
  • Scope Debugging - Enhanced scope debugging by showing linked scope IDs for better development experience
  • Library Updates - Updated underlying dependencies to latest stable versions

📚 Library Updates

  • Kotlin - Updated to 2.1.21 (from 2.1.20)
  • Binary Validator - Updated to 0.18.1 (from 0.16.3)
  • Ktor - Updated to 3.2.3 (from 3.1.3)
  • Jetbrains Compose - Updated to 1.8.2 (from 1.8.0)
  • AndroidX Libraries:
    • Fragment 1.8.9 (from 1.8.8)
    • WorkManager 2.10.3 (from 2.10.1)
    • Lifecycle 2.9.3 (from 2.9.0)
    • Navigation 2.9.3 (from 2.9.0)
    • JB Navigation RC01 (from Beta01)
  • Testing:
    • Robolectric 4.15.1 (from 4.14.1)
    • Benchmark 0.4.14 (from 0.4.13)
  • Build Tools - Added NMCP 1.1.0 for improved publication workflow

📦 Publication

  • Multi-platform Artifacts - Ensured all platform variants are properly published
  • Version Consistency - Synchronized all module versions across the ecosystem

🔧 Development

  • Test Coverage - Added ActivityScopeArchetypeTest for better scope lifecycle testing
  • API Stability - Maintained backward compatibility while fixing internal issues

... (truncated)

Commits
  • 7fbfd87 Bump 4.1.1
  • be44770 Bump all minor versions
  • f5e6b04 Merge pull request #2262 from rfaturriza/patch-1
  • 564f8c9 Revert Logger constraint due to many errors
  • 100bdbd feat(compose-viewmodel-navigation): add optional navGraphRoute parameter to s...
  • c6eb7cc Bump 4.1.1-RC1
  • c172ba3 4.1.1 - libs upgrade
  • b48ede4 Merge pull request #2249 from InsertKoinIO/fix_scope_resolution_compose
  • e114b8a API change fix
  • 6e6e76b 4.1.1-Beta1
  • Additional commits viewable in compare view

Updates io.insert-koin:koin-android from 4.1.0 to 4.1.1

Release notes

Sourced from io.insert-koin:koin-android's releases.

4.1.1

Koin 4.1.1 Changelog

🐛 Bug Fixes

  • Logger Constraint Revert - Reverted logger constraint due to compatibility issues causing errors across projects
  • Compose Scope Resolution - Fixed scope resolution issues in Compose integration with proper context handling
  • Maven Central Publication - Fixed publication issues for Maven Central distribution

🚀 Features & Improvements

  • Compose ViewModel Navigation - Added optional navGraphRoute parameter to sharedKoinViewModel for better navigation support
  • Compose Context Handling - Reworked LocalKoinApplication/LocalKoinScope with ContextWrapper to properly handle:
    • Scope closing lifecycle
    • Context restart scenarios
    • Better memory management

⚡ Performance & Core

  • Core Resolver Optimization - Avoid unnecessary flattening operations when dealing with single scope resolution
  • Scope Debugging - Enhanced scope debugging by showing linked scope IDs for better development experience
  • Library Updates - Updated underlying dependencies to latest stable versions

📚 Library Updates

  • Kotlin - Updated to 2.1.21 (from 2.1.20)
  • Binary Validator - Updated to 0.18.1 (from 0.16.3)
  • Ktor - Updated to 3.2.3 (from 3.1.3)
  • Jetbrains Compose - Updated to 1.8.2 (from 1.8.0)
  • AndroidX Libraries:
    • Fragment 1.8.9 (from 1.8.8)
    • WorkManager 2.10.3 (from 2.10.1)
    • Lifecycle 2.9.3 (from 2.9.0)
    • Navigation 2.9.3 (from 2.9.0)
    • JB Navigation RC01 (from Beta01)
  • Testing:
    • Robolectric 4.15.1 (from 4.14.1)
    • Benchmark 0.4.14 (from 0.4.13)
  • Build Tools - Added NMCP 1.1.0 for improved publication workflow

📦 Publication

  • Multi-platform Artifacts - Ensured all platform variants are properly published
  • Version Consistency - Synchronized all module versions across the ecosystem

🔧 Development

  • Test Coverage - Added ActivityScopeArchetypeTest for better scope lifecycle testing
  • API Stability - Maintained backward compatibility while fixing internal issues

... (truncated)

Commits
  • 7fbfd87 Bump 4.1.1
  • be44770 Bump all minor versions
  • f5e6b04 Merge pull request #2262 from rfaturriza/patch-1
  • 564f8c9 Revert Logger constraint due to many errors
  • 100bdbd feat(compose-viewmodel-navigation): add optional navGraphRoute parameter to s...
  • c6eb7cc Bump 4.1.1-RC1
  • c172ba3 4.1.1 - libs upgrade
  • b48ede4 Merge pull request #2249 from InsertKoinIO/fix_scope_resolution_compose
  • e114b8a API change fix
  • 6e6e76b 4.1.1-Beta1
  • Additional commits viewable in compare view

Updates io.insert-koin:koin-core from 4.1.0 to 4.1.1

Release notes

Sourced from io.insert-koin:koin-core's releases.

4.1.1

Koin 4.1.1 Changelog

🐛 Bug Fixes

  • Logger Constraint Revert - Reverted logger constraint due to compatibility issues causing errors across projects
  • Compose Scope Resolution - Fixed scope resolution issues in Compose integration with proper context handling
  • Maven Central Publication - Fixed publication issues for Maven Central distribution

🚀 Features & Improvements

  • Compose ViewModel Navigation - Added optional navGraphRoute parameter to sharedKoinViewModel for better navigation support
  • Compose Context Handling - Reworked LocalKoinApplication/LocalKoinScope with ContextWrapper to properly handle:
    • Scope closing lifecycle
    • Context restart scenarios
    • Better memory management

⚡ Performance & Core

  • Core Resolver Optimization - Avoid unnecessary flattening operations when dealing with single scope resolution
  • Scope Debugging - Enhanced scope debugging by showing linked scope IDs for better development experience
  • Library Updates - Updated underlying dependencies to latest stable versions

📚 Library Updates

  • Kotlin - Updated to 2.1.21 (from 2.1.20)
  • Binary Validator - Updated to 0.18.1 (from 0.16.3)
  • Ktor - Updated to 3.2.3 (from 3.1.3)
  • Jetbrains Compose - Updated to 1.8.2 (from 1.8.0)
  • AndroidX Libraries:
    • Fragment 1.8.9 (from 1.8.8)
    • WorkManager 2.10.3 (from 2.10.1)
    • Lifecycle 2.9.3 (from 2.9.0)
    • Navigation 2.9.3 (from 2.9.0)
    • JB Navigation RC01 (from Beta01)
  • Testing:
    • Robolectric 4.15.1 (from 4.14.1)
    • Benchmark 0.4.14 (from 0.4.13)
  • Build Tools - Added NMCP 1.1.0 for improved publication workflow

📦 Publication

  • Multi-platform Artifacts - Ensured all platform variants are properly published
  • Version Consistency - Synchronized all module versions across the ecosystem

🔧 Development

  • Test Coverage - Added ActivityScopeArchetypeTest for better scope lifecycle testing
  • API Stability - Maintained backward compatibility while fixing internal issues

... (truncated)

Commits
  • 7fbfd87 Bump 4.1.1
  • be44770 Bump all minor versions
  • f5e6b04 Merge pull request #2262 from rfaturriza/patch-1
  • 564f8c9 Revert Logger constraint due to many errors
  • 100bdbd feat(compose-viewmodel-navigation): add optional navGraphRoute parameter to s...
  • c6eb7cc Bump 4.1.1-RC1
  • c172ba3 4.1.1 - libs upgrade
  • b48ede4 Merge pull request #2249 from InsertKoinIO/fix_scope_resolution_compose
  • e114b8a API change fix
  • 6e6e76b 4.1.1-Beta1
  • Additional commits viewable in compare view

Updates io.insert-koin:koin-androidx-compose from 4.1.0 to 4.1.1

Release notes

Sourced from io.insert-koin:koin-androidx-compose's releases.

4.1.1

Koin 4.1.1 Changelog

🐛 Bug Fixes

  • Logger Constraint Revert - Reverted logger constraint due to compatibility issues causing errors across projects
  • Compose Scope Resolution - Fixed scope resolution issues in Compose integration with proper context handling
  • Maven Central Publication - Fixed publication issues for Maven Central distribution

🚀 Features & Improvements

  • Compose ViewModel Navigation - Added optional navGraphRoute parameter to sharedKoinViewModel for better navigation support
  • Compose Context Handling - Reworked LocalKoinApplication/LocalKoinScope with ContextWrapper to properly handle:
    • Scope closing lifecycle
    • Context restart scenarios
    • Better memory management

⚡ Performance & Core

  • Core Resolver Optimization - Avoid unnecessary flattening operations when dealing with single scope resolution
  • Scope Debugging - Enhanced scope debugging by showing linked scope IDs for better development experience
  • Library Updates - Updated underlying dependencies to latest stable versions

📚 Library Updates

  • Kotlin - Updated to 2.1.21 (from 2.1.20)
  • Binary Validator - Updated to 0.18.1 (from 0.16.3)
  • Ktor - Updated to 3.2.3 (from 3.1.3)
  • Jetbrains Compose - Updated to 1.8.2 (from 1.8.0)
  • AndroidX Libraries:
    • Fragment 1.8.9 (from 1.8.8)
    • WorkManager 2.10.3 (from 2.10.1)
    • Lifecycle 2.9.3 (from 2.9.0)
    • Navigation 2.9.3 (from 2.9.0)
    • JB Navigation RC01 (from Beta01)
  • Testing:
    • Robolectric 4.15.1 (from 4.14.1)
    • Benchmark 0.4.14 (from 0.4.13)
  • Build Tools - Added NMCP 1.1.0 for improved publication workflow

📦 Publication

  • Multi-platform Artifacts - Ensured all platform variants are properly published
  • Version Consistency - Synchronized all module versions across the ecosystem

🔧 Development

  • Test Coverage - Added ActivityScopeArchetypeTest for better scope lifecycle testing
  • API Stability - Maintained backward compatibility while fixing internal issues

... (truncated)

Commits
  • 7fbfd87 Bump 4.1.1
  • be44770 Bump all minor versions
  • f5e6b04 Merge pull request #2262 from rfaturriza/patch-1
  • 564f8c9 Revert Logger constraint due to many errors
  • 100bdbd feat(compose-viewmodel-navigation): add optional navGraphRoute parameter to s...
  • c6eb7cc Bump 4.1.1-RC1
  • c172ba3 4.1.1 - libs upgrade
  • b48ede4 Merge pull request #2249 from InsertKoinIO/fix_scope_resolution_compose
  • e114b8a API change fix
  • 6e6e76b 4.1.1-Beta1
  • Additional commits viewable in compare view

Updates io.ktor:ktor-client-auth from 3.2.3 to 3.3.0

Release notes

Sourced from io.ktor:ktor-client-auth's releases.

3.3.0

Published 11 September 2025

Features

  • Support for server side http2 without tls (h2c) (KTOR-4750)
  • OpenAPI generation build extension preview (KTOR-8721)
  • Serve static resources with caching headers and ETag based on sha256 of content (KTOR-6700)
  • Jetty engine: Upgrade Jetty dependencies to the latest version 12 (KTOR-6734)
  • Static content: Support a custom respond logic if the file is not found (KTOR-8496)
  • Upgrade OkHttp to version 5.0.0 (KTOR-8652)
  • WebRTC Client, Android + WASM (KTOR-7958)

Improvements

  • SSE: Cannot read response body from SSEClientException (KTOR-8165)
  • SSE: "SSEClientException: Content-Length mismatch" on saving response body in DefaultResponseValidation (KTOR-8753)
  • var Route.staticRootFolder: File? should be deprecated (KTOR-5836)
  • Add image/bmp to the ContentType (KTOR-8735)
  • Add some missing image content types (KTOR-8624)
  • Upgrade to Kotlin 2.2 (KTOR-8647)
  • Bump Kotlin API level to 2.2 (KTOR-8637)
  • CIO: The engine ignores system proxy settings (KTOR-5922)

Bugfixes

  • Performance regression when using ContentEncoding and HttpRequestRetry since 3.2.0 (KTOR-8820)
  • Big number of simultaneous outbound web socket connections leads to a coroutine deadlock (KTOR-8829)
  • DI: JobCancellationException during cleanup (KTOR-8785)
  • Autoreloading: JobCancellationException when app is reloaded in the debugger since 3.2.0 (KTOR-8810)
  • HttpRedirect: The client is redirected when no Location header in response (KTOR-8697)
  • SerializationException when Application.propertyOrNull() is called with type Map<String, Any?> (KTOR-8781)
  • "Failed resolution of: Ljava/lang/management/ManagementFactory" on Android when JvmGcMetrics are initialized (KTOR-8714)
  • HttpCache: all header values but first in HttpResponse.varyKeys() are ignored (KTOR-6402)
  • HttpCache: plugin selects wrong cache entry when filtering Vary headers with different case (KTOR-7621)
  • CountedByteWriteChannel: autoFlush of the source channel doesn't make the channel auto flushing (KTOR-8411)
Changelog

Sourced from io.ktor:ktor-client-auth's changelog.

3.3.0

Published 11 September 2025

Features

  • Support for server side http2 without tls (h2c) (KTOR-4750)
  • OpenAPI generation build extension preview (KTOR-8721)
  • Serve static resources with caching headers and ETag based on sha256 of content (KTOR-6700)
  • Jetty engine: Upgrade Jetty dependencies to the latest version 12 (KTOR-6734)
  • Static content: Support a custom respond logic if the file is not found (KTOR-8496)
  • Upgrade OkHttp to version 5.0.0 (KTOR-8652)
  • WebRTC Client, Android + WASM (KTOR-7958)

Improvements

  • SSE: Cannot read response body from SSEClientException (KTOR-8165)
  • SSE: "SSEClientException: Content-Length mismatch" on saving response body in DefaultResponseValidation (KTOR-8753)
  • var Route.staticRootFolder: File? should be deprecated (KTOR-5836)
  • Add image/bmp to the ContentType (KTOR-8735)
  • Add some missing image content types (KTOR-8624)
  • Upgrade to Kotlin 2.2 (KTOR-8647)
  • Bump Kotlin API level to 2.2 (KTOR-8637)
  • CIO: The engine ignores system proxy settings (KTOR-5922)

Bugfixes

  • Performance regression when using ContentEncoding and HttpRequestRetry since 3.2.0 (KTOR-8820)
  • Big number of simultaneous outbound web socket connections leads to a coroutine deadlock (KTOR-8829)
  • DI: JobCancellationException during cleanup (KTOR-8785)
  • Autoreloading: JobCancellationException when app is reloaded in the debugger since 3.2.0 (KTOR-8810)
  • HttpRedirect: The client is redirected when no Location header in response (KTOR-8697)
  • SerializationException when Application.propertyOrNull() is called with type Map<String, Any?> (KTOR-8781)
  • "Failed resolution of: Ljava/lang/management/ManagementFactory" on Android when JvmGcMetrics are initialized (KTOR-8714)
  • HttpCache: all header values but first in HttpResponse.varyKeys() are ignored (KTOR-6402)
  • HttpCache: plugin selects wrong cache entry when filtering Vary headers with different case (KTOR-7621)
  • CountedByteWriteChannel: autoFlush of the source channel doesn't make the channel auto flushing (KTOR-8411)
Commits
  • b9abe31 Add changelog for 3.3.0 (#5081)
  • 40eb608 Release 3.3.0 (#5076)
  • 1324c4c Update netty.tcnative to v2.0.73.Final
  • dbbbaee Update dependency io.swagger.parser.v3:swagger-parser to v2.1.33
  • 55e77cf KTOR-8044 Get flaky tests under control
  • fab7164 KTOR-8753 Change OkHttp specific sse session to default sse session (#5072)
  • 6f0c34e Merge pull request #5069 from ktorio/zibet27/ktor-client-webrtc-android
  • cb0bca4 Merge branch 'main' into zibet27/ktor-client-webrtc-android
  • 1c9ecad KTOR-8785 Fix for DI shutdown hook
  • e0d204c KTOR-8820 Performance regression when using ContentEncoding and HttpRequestRe...
  • Additional commits viewable in compare view

Updates io.ktor:ktor-client-cio from 3.2.3 to 3.3.0

Release notes

Sourced from io.ktor:ktor-client-cio's releases.

3.3.0

Published 11 September 2025

Features

  • Support for server side http2 without tls (h2c) (KTOR-4750)
  • OpenAPI generation build extension preview (KTOR-8721)
  • Serve static resources with caching headers and ETag based on sha256 of content (KTOR-6700)
  • Jetty engine: Upgrade Jetty dependencies to the latest version 12 (KTOR-6734)
  • Static content: Support a custom respond logic if the file is not found (KTOR-8496)
  • Upgrade OkHttp to version 5.0.0 (KTOR-8652)
  • WebRTC Client, Android + WASM (KTOR-7958)

Improvements

  • SSE: Cannot read response body from SSEClientException (KTOR-8165)
  • SSE: "SSEClientException: Content-Length mismatch" on saving response body in DefaultResponseValidation (KTOR-8753)
  • var Route.staticRootFolder: File? should be deprecated (KTOR-5836)
  • Add image/bmp to the ContentType (KTOR-8735)
  • Add some missing image content types (KTOR-8624)
  • Upgrade to Kotlin 2.2 (KTOR-8647)
  • Bump Kotlin API level to 2.2 (KTOR-8637)
  • CIO: The engine ignores system proxy settings (KTOR-5922)

Bugfixes

  • Performance regression when using ContentEncoding and HttpRequestRetry since 3.2.0 (KTOR-8820)
  • Big number of simultaneous outbound web socket connections leads to a coroutine deadlock (KTOR-8829)
  • DI: JobCancellationException during cleanup (KTOR-8785)
  • Autoreloading: JobCancellationException when app is reloaded in the debugger since 3.2.0 (KTOR-8810)
  • HttpRedirect: The client is redirected when no Location header in response (KTOR-8697)
  • SerializationException when Application.propertyOrNull() is called with type Map<String, Any?> (KTOR-8781)
  • "Failed resolution of: Ljava/lang/management/ManagementFactory" on Android when JvmGcMetrics are initialized (KTOR-8714)
  • HttpCache: all header values but first in HttpResponse.varyKeys() are ignored (KTOR-6402)
  • HttpCache: plugin selects wrong cache entry when filtering Vary headers with different case (KTOR-7621)
  • CountedByteWriteChannel: autoFlush of the source channel doesn't make the channel auto flushing (KTOR-8411)
Changelog

Sourced from io.ktor:ktor-client-cio's changelog.

3.3.0

Published 11 September 2025

Features

  • Support for server side http2 without tls (h2c) (KTOR-4750)
  • OpenAPI generation build extension preview (KTOR-8721)
  • Serve static resources with caching headers and ETag based on sha256 of content (KTOR-6700)
  • Jetty engine: Upgrade Jetty dependencies to the latest version 12 (KTOR-6734)
  • Static content: Support a custom respond logic if the file is not found (KTOR-8496)
  • Upgrade OkHttp to version 5.0.0 (KTOR-8652)
  • WebRTC Client, Android + WASM (KTOR-7958)

Improvements

  • SSE: Cannot read response body from SSEClientException (KTOR-8165)
  • SSE: "SSEClientException: Content-Length mismatch" on saving response body in DefaultResponseValidation (KTOR-8753)
  • var Route.staticRootFolder: File? should be deprecated (KTOR-5836)
  • Add image/bmp to the ContentType (KTOR-8735)
  • Add some missing image content types (KTOR-8624)
  • Upgrade to Kotlin 2.2 (KTOR-8647)
  • Bump Kotlin API level to 2.2 (KTOR-8637)
  • CIO: The engine ignores system proxy settings (KTOR-5922)

Bugfixes

  • Performance regression when using ContentEncoding and HttpRequestRetry since 3.2.0 (KTOR-8820)
  • Big number of simultaneous outbound web socket connections leads to a coroutine deadlock (KTOR-8829)
  • DI: JobCancellationException during cleanup (KTOR-8785)
  • Autoreloading: JobCancellationException when app is reloaded in the debugger since 3.2.0 (KTOR-8810)
  • HttpRedirect: The client is redirected when no Location header in response (KTOR-8697)
  • SerializationException when Application.propertyOrNull() is called with type Map<String, Any?> (KTOR-8781)
  • "Failed resolution of: Ljava/lang/management/ManagementFactory" on Android when JvmGcMetrics are initialized (KTOR-8714)
  • HttpCache: all header values but first in HttpResponse.varyKeys() are ignored (KTOR-6402)
  • HttpCache: plugin selects wrong cache entry when filtering Vary headers with different case (KTOR-7621)
  • CountedByteWriteChannel: autoFlush of the source channel doesn't make the channel auto flushing (KTOR-8411)
Commits
  • b9abe31 Add changelog for 3.3.0 (#5081)
  • 40eb608 Release 3.3.0 (#5076)
  • 1324c4c Update netty.tcnative to v2.0.73.Final
  • dbbbaee Update dependency io.swagger.parser.v3:swagger-parser to v2.1.33
  • 55e77cf KTOR-8044 Get flaky tests under control
  • fab7164 KTOR-8753 Change OkHttp specific sse session to default sse session (#5072)
  • 6f0c34e Merge pull request #5069 from ktorio/zibet27/ktor-client-webrtc-android
  • cb0bca4 Merge branch 'main' into zibet27/ktor-client-webrtc-android
  • 1c9ecad KTOR-8785 Fix for DI shutdown hook
  • e0d204c KTOR-8820 Performance regression wh...

    Description has been truncated

Bumps the android-dependencies group with 35 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.google.android.material:material](https://github.com/material-components/material-components-android) | `1.12.0` | `1.13.0` |
| androidx.lifecycle:lifecycle-runtime-ktx | `2.9.2` | `2.9.4` |
| androidx.lifecycle:lifecycle-runtime-compose | `2.9.2` | `2.9.4` |
| androidx.lifecycle:lifecycle-viewmodel-compose | `2.9.2` | `2.9.4` |
| androidx.navigation:navigation-compose | `2.9.3` | `2.9.5` |
| androidx.work:work-runtime-ktx | `2.10.3` | `2.10.5` |
| androidx.activity:activity-compose | `1.10.1` | `1.11.0` |
| androidx.compose:compose-bom | `2025.08.00` | `2025.09.01` |
| androidx.compose.material3:material3 | `1.5.0-alpha02` | `1.5.0-alpha04` |
| [io.insert-koin:koin-androidx-workmanager](https://github.com/InsertKoinIO/koin) | `4.1.0` | `4.1.1` |
| [io.insert-koin:koin-android](https://github.com/InsertKoinIO/koin) | `4.1.0` | `4.1.1` |
| [io.insert-koin:koin-core](https://github.com/InsertKoinIO/koin) | `4.1.0` | `4.1.1` |
| [io.insert-koin:koin-androidx-compose](https://github.com/InsertKoinIO/koin) | `4.1.0` | `4.1.1` |
| [io.ktor:ktor-client-auth](https://github.com/ktorio/ktor) | `3.2.3` | `3.3.0` |
| [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `3.2.3` | `3.3.0` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.2.3` | `3.3.0` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.2.3` | `3.3.0` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.2.3` | `3.3.0` |
| [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `3.2.3` | `3.3.0` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.2.3` | `3.3.0` |
| [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) | `5.5.1` | `5.6.0` |
| androidx.room:room-compiler | `2.7.2` | `2.8.1` |
| androidx.room:room-ktx | `2.7.2` | `2.8.1` |
| androidx.room:room-runtime | `2.7.2` | `2.8.1` |
| androidx.room | `2.7.2` | `2.8.1` |
| androidx.compose.ui:ui-test-manifest | `1.9.0` | `1.9.2` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.14.5` | `1.14.6` |
| [io.mockk:mockk-android](https://github.com/mockk/mockk) | `1.14.5` | `1.14.6` |
| com.android.application | `8.12.1` | `8.13.0` |
| com.android.library | `8.12.1` | `8.13.0` |
| [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `2.2.10-2.0.2` | `2.2.20-2.0.3` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` |



Updates `com.google.android.material:material` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.12.0...1.13.0)

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.2 to 2.9.4

Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.9.2 to 2.9.4

Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.9.2 to 2.9.4

Updates `androidx.navigation:navigation-compose` from 2.9.3 to 2.9.5

Updates `androidx.work:work-runtime-ktx` from 2.10.3 to 2.10.5

Updates `androidx.activity:activity-compose` from 1.10.1 to 1.11.0

Updates `androidx.compose:compose-bom` from 2025.08.00 to 2025.09.01

Updates `androidx.compose.material3:material3` from 1.5.0-alpha02 to 1.5.0-alpha04

Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.9.2 to 2.9.4

Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.9.2 to 2.9.4

Updates `io.insert-koin:koin-androidx-workmanager` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.1.0...4.1.1)

Updates `io.insert-koin:koin-android` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.1.0...4.1.1)

Updates `io.insert-koin:koin-core` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.1.0...4.1.1)

Updates `io.insert-koin:koin-androidx-compose` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.1.0...4.1.1)

Updates `io.insert-koin:koin-android` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.1.0...4.1.1)

Updates `io.insert-koin:koin-core` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.1.0...4.1.1)

Updates `io.insert-koin:koin-androidx-compose` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Changelog](https://github.com/InsertKoinIO/koin/blob/main/CHANGELOG.md)
- [Commits](InsertKoinIO/koin@4.1.0...4.1.1)

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

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

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

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

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

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

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

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

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

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

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

Updates `org.mongodb:bson` from 5.5.1 to 5.6.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.5.1...r5.6.0)

Updates `androidx.room:room-compiler` from 2.7.2 to 2.8.1

Updates `androidx.room:room-ktx` from 2.7.2 to 2.8.1

Updates `androidx.room:room-runtime` from 2.7.2 to 2.8.1

Updates `androidx.room` from 2.7.2 to 2.8.1

Updates `androidx.room:room-ktx` from 2.7.2 to 2.8.1

Updates `androidx.room:room-runtime` from 2.7.2 to 2.8.1

Updates `androidx.compose.ui:ui-test-manifest` from 1.9.0 to 1.9.2

Updates `io.mockk:mockk` from 1.14.5 to 1.14.6
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.14.5...1.14.6)

Updates `io.mockk:mockk-android` from 1.14.5 to 1.14.6
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.14.5...1.14.6)

Updates `io.mockk:mockk-android` from 1.14.5 to 1.14.6
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.14.5...1.14.6)

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

Updates `com.android.application` from 8.12.1 to 8.13.0

Updates `com.android.library` from 8.12.1 to 8.13.0

Updates `com.android.library` from 8.12.1 to 8.13.0

Updates `org.jetbrains.kotlin.android` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `com.google.devtools.ksp` from 2.2.10-2.0.2 to 2.2.20-2.0.3
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.2.10-2.0.2...2.2.20-2.0.3)

Updates `org.jetbrains.kotlin.jvm` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.20)

Updates `androidx.room` from 2.7.2 to 2.8.1

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-version: 2.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: androidx.lifecycle:lifecycle-runtime-compose
  dependency-version: 2.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose
  dependency-version: 2.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: androidx.navigation:navigation-compose
  dependency-version: 2.9.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: androidx.work:work-runtime-ktx
  dependency-version: 2.10.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: androidx.activity:activity-compose
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: androidx.compose:compose-bom
  dependency-version: 2025.09.01
  dependency-type: direct:production
  dependency-group: android-dependencies
- dependency-name: androidx.compose.material3:material3
  dependency-version: 1.5.0-alpha04
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: androidx.lifecycle:lifecycle-runtime-compose
  dependency-version: 2.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose
  dependency-version: 2.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.insert-koin:koin-androidx-workmanager
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.insert-koin:koin-android
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.insert-koin:koin-core
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.insert-koin:koin-androidx-compose
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.insert-koin:koin-android
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.insert-koin:koin-core
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.insert-koin:koin-androidx-compose
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-client-auth
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-client-cio
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-client-core
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-client-mock
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-client-cio
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-client-core
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: org.mongodb:bson
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: androidx.room:room-compiler
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: androidx.room
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: androidx.compose.ui:ui-test-manifest
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.mockk:mockk
  dependency-version: 1.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.mockk:mockk-android
  dependency-version: 1.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.mockk:mockk-android
  dependency-version: 1.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: io.ktor:ktor-client-mock
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: com.android.application
  dependency-version: 8.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: com.android.library
  dependency-version: 8.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: com.android.library
  dependency-version: 8.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.2.20-2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: android-dependencies
- dependency-name: androidx.room
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: android-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 23, 2025
@dependabot dependabot bot deleted the dependabot/gradle/android-dependencies-20e28b8598 branch October 23, 2025 02:19
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.

1 participant