Skip to content

Bump the app-dependencies group across 1 directory with 33 updates#55

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/app-dependencies-59feef17ee
Open

Bump the app-dependencies group across 1 directory with 33 updates#55
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/app-dependencies-59feef17ee

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the app-dependencies group with 33 updates in the / directory:

Package From To
org.gradle.toolchains.foojay-resolver-convention 0.9.0 1.0.0
gradle-wrapper 8.11.1 9.4.0
com.github.ben-manes:gradle-versions-plugin 0.52.0 0.53.0
io.gitlab.arturbosch.detekt:detekt-gradle-plugin 1.23.7 1.23.8
io.gitlab.arturbosch.detekt:detekt-formatting 1.23.7 1.23.8
app.cash.sqldelight:gradle-plugin 2.0.2 2.3.2
app.cash.sqldelight:android-driver 2.0.2 2.3.2
app.cash.sqldelight:native-driver 2.0.2 2.3.2
app.cash.sqldelight:sqlite-driver 2.0.2 2.3.2
app.cash.sqldelight:coroutines-extensions 2.0.2 2.3.2
io.insert-koin:koin-android 4.0.2 4.1.1
io.insert-koin:koin-compose 4.0.2 4.1.1
io.insert-koin:koin-core 4.0.2 4.1.1
io.insert-koin:koin-test 4.0.2 4.1.1
org.jetbrains.androidx.navigation:navigation-compose 2.8.0-alpha12 2.9.2
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose 2.8.4 2.9.6
androidx.compose.ui:ui-tooling 1.7.7 1.10.5
androidx.compose.ui:ui-tooling-preview 1.7.7 1.10.5
io.coil-kt.coil3:coil-compose 3.1.0 3.4.0
io.coil-kt.coil3:coil-network-ktor3 3.1.0 3.4.0
androidx.appcompat:appcompat 1.7.0 1.7.1
com.google.android.material:material 1.12.0 1.13.0
androidx.activity:activity-compose 1.10.0 1.13.0
io.ktor:ktor-client-core 3.0.3 3.4.1
io.ktor:ktor-client-android 3.0.3 3.4.1
io.ktor:ktor-client-ios 3.0.3 3.4.1
io.ktor:ktor-client-apache 3.0.3 3.4.1
io.ktor:ktor-serialization-kotlinx-json 3.0.3 3.4.1
io.ktor:ktor-client-content-negotiation 3.0.3 3.4.1
io.ktor:ktor-client-logging 3.0.3 3.4.1
io.ktor:ktor-client-mock 3.0.3 3.4.1
app.cash.turbine:turbine 1.2.0 1.2.1
org.jetbrains.compose 1.7.3 1.10.2

Updates org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 1.0.0

Updates gradle-wrapper from 8.11.1 to 9.4.0

Updates com.github.ben-manes:gradle-versions-plugin from 0.52.0 to 0.53.0

Updates io.gitlab.arturbosch.detekt:detekt-gradle-plugin from 1.23.7 to 1.23.8

Release notes

Sourced from io.gitlab.arturbosch.detekt:detekt-gradle-plugin's releases.

v1.23.8

1.23.8 - 2025-02-20

This is a point release for Detekt 1.23.0, built against Kotlin 2.0.21, with fixes for several bugs that got reported by the community.

Notable Changes
  • fix(deps): Update kotlin to 2.0.21 - #7580
  • fix(deps): Update AGP to v8.8.1 - #7879
  • fix(deps): update Gradle to v8.12.1 - #7780
Changelog
  • UseDataClass: do not report on expect classes - #7857
  • Fix InjectDispatcher false positives - #7797
  • [UnnecessaryParentheses] Allow float/double without integer part - #7751
  • Fix ThrowingExceptionsWithoutMessageOrCause false positive - #7715
  • Issue #7634: Make UndocumentedPublicClass configurable to flag `com… - #7635
  • Fix redundant empty tags in baseline XML - #7625
  • MatchingDeclarationName now supports platofrm suffixes - #6426
Contributors

We would like to thank the following contributors that made this release possible: @​BraisGabin, @​JordanLongstaff, @​Nava2, @​atulgpt, @​eygraber, @​lexa-diky, @​t-kameyama

Commits
  • 0462637 Prepare Release 1.23.8 (#7976)
  • 42856f6 chore(deps): update dependency gradle to v8.12.1 (#7780)
  • 8f354e6 fix(deps): update dependency com.android.tools.build:gradle to v8.8.1 (#7936)
  • 435188c [LOCAL] Bump upload-artifacts to v4 to unblock GHA
  • a147198 [UnnecessaryParentheses] Allow float/double without integer part (#7751)
  • 66d5f2c [LOCAL] Unbreak functionalTest after 2.0.21 bump
  • 4487e61 [LOCAL] Unbreak warnings-as-errors after 2.0.21 bump
  • b07d697 [LOCAL] Unblock build after Kotlin 2.0.21 bump
  • a6d0bd7 fix(deps): update kotlin to 2.0.21 (#7580)
  • ba84337 chore(deps): update dependency gradle to v8.10.2 (#7668)
  • Additional commits viewable in compare view

Updates io.gitlab.arturbosch.detekt:detekt-formatting from 1.23.7 to 1.23.8

Release notes

Sourced from io.gitlab.arturbosch.detekt:detekt-formatting's releases.

v1.23.8

1.23.8 - 2025-02-20

This is a point release for Detekt 1.23.0, built against Kotlin 2.0.21, with fixes for several bugs that got reported by the community.

Notable Changes
  • fix(deps): Update kotlin to 2.0.21 - #7580
  • fix(deps): Update AGP to v8.8.1 - #7879
  • fix(deps): update Gradle to v8.12.1 - #7780
Changelog
  • UseDataClass: do not report on expect classes - #7857
  • Fix InjectDispatcher false positives - #7797
  • [UnnecessaryParentheses] Allow float/double without integer part - #7751
  • Fix ThrowingExceptionsWithoutMessageOrCause false positive - #7715
  • Issue #7634: Make UndocumentedPublicClass configurable to flag `com… - #7635
  • Fix redundant empty tags in baseline XML - #7625
  • MatchingDeclarationName now supports platofrm suffixes - #6426
Contributors

We would like to thank the following contributors that made this release possible: @​BraisGabin, @​JordanLongstaff, @​Nava2, @​atulgpt, @​eygraber, @​lexa-diky, @​t-kameyama

Commits
  • 0462637 Prepare Release 1.23.8 (#7976)
  • 42856f6 chore(deps): update dependency gradle to v8.12.1 (#7780)
  • 8f354e6 fix(deps): update dependency com.android.tools.build:gradle to v8.8.1 (#7936)
  • 435188c [LOCAL] Bump upload-artifacts to v4 to unblock GHA
  • a147198 [UnnecessaryParentheses] Allow float/double without integer part (#7751)
  • 66d5f2c [LOCAL] Unbreak functionalTest after 2.0.21 bump
  • 4487e61 [LOCAL] Unbreak warnings-as-errors after 2.0.21 bump
  • b07d697 [LOCAL] Unblock build after Kotlin 2.0.21 bump
  • a6d0bd7 fix(deps): update kotlin to 2.0.21 (#7580)
  • ba84337 chore(deps): update dependency gradle to v8.10.2 (#7668)
  • Additional commits viewable in compare view

Updates io.gitlab.arturbosch.detekt:detekt-formatting from 1.23.7 to 1.23.8

Release notes

Sourced from io.gitlab.arturbosch.detekt:detekt-formatting's releases.

v1.23.8

1.23.8 - 2025-02-20

This is a point release for Detekt 1.23.0, built against Kotlin 2.0.21, with fixes for several bugs that got reported by the community.

Notable Changes
  • fix(deps): Update kotlin to 2.0.21 - #7580
  • fix(deps): Update AGP to v8.8.1 - #7879
  • fix(deps): update Gradle to v8.12.1 - #7780
Changelog
  • UseDataClass: do not report on expect classes - #7857
  • Fix InjectDispatcher false positives - #7797
  • [UnnecessaryParentheses] Allow float/double without integer part - #7751
  • Fix ThrowingExceptionsWithoutMessageOrCause false positive - #7715
  • Issue #7634: Make UndocumentedPublicClass configurable to flag `com… - #7635
  • Fix redundant empty tags in baseline XML - #7625
  • MatchingDeclarationName now supports platofrm suffixes - #6426
Contributors

We would like to thank the following contributors that made this release possible: @​BraisGabin, @​JordanLongstaff, @​Nava2, @​atulgpt, @​eygraber, @​lexa-diky, @​t-kameyama

Commits
  • 0462637 Prepare Release 1.23.8 (#7976)
  • 42856f6 chore(deps): update dependency gradle to v8.12.1 (#7780)
  • 8f354e6 fix(deps): update dependency com.android.tools.build:gradle to v8.8.1 (#7936)
  • 435188c [LOCAL] Bump upload-artifacts to v4 to unblock GHA
  • a147198 [UnnecessaryParentheses] Allow float/double without integer part (#7751)
  • 66d5f2c [LOCAL] Unbreak functionalTest after 2.0.21 bump
  • 4487e61 [LOCAL] Unbreak warnings-as-errors after 2.0.21 bump
  • b07d697 [LOCAL] Unblock build after Kotlin 2.0.21 bump
  • a6d0bd7 fix(deps): update kotlin to 2.0.21 (#7580)
  • ba84337 chore(deps): update dependency gradle to v8.10.2 (#7668)
  • Additional commits viewable in compare view

Updates app.cash.sqldelight:gradle-plugin from 2.0.2 to 2.3.2

Release notes

Sourced from app.cash.sqldelight:gradle-plugin's releases.

2.3.2

[!NOTE] Versions 2.3.0 and 2.3.1 were skipped due to publication issues.

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)

2.2.1

Added

  • [PostgreSQL Dialect] Fix Postgres numeric/integer/biginteger type mapping (#5994 by @​griffio)
  • [Compiler] Improve the compiler error message to include source file location when a CAST is required (#5979 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres JSON operator path extraction (#5971 by @​griffio)
  • [SQLite Dialect] Add Sqlite 3.35 support for MATERIALIZED query planner hint using Common Table Expressions (#5961 by @​griffio)
  • [PostgreSQL Dialect] Add support for MATERIALIZED query planner hint using Common Table Expressions (#5961 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres JSON Aggregate FILTER (#5957 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres Enums (#5935 by @​griffio)
  • [PostgreSQL Dialect] Add limited support for Postgres Triggers (#5932 by @​griffio)
  • [PostgreSQL Dialect] Add predicate to check whether SQL expression can be parsed as JSON (#5843 by @​griffio)

... (truncated)

Changelog

Sourced from app.cash.sqldelight:gradle-plugin's changelog.

2.3.2 - 2026-03-16

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)

2.3.1 - 2025-03-12

Failed release. Use 2.3.2!

2.3.0 - 2025-03-12

Failed release. Use 2.3.2!

2.2.1 - 2025-11-13

Added

  • [PostgreSQL Dialect] Fix Postgres numeric/integer/biginteger type mapping (#5994 by @​griffio)

... (truncated)

Commits

Updates app.cash.sqldelight:android-driver from 2.0.2 to 2.3.2

Release notes

Sourced from app.cash.sqldelight:android-driver's releases.

2.3.2

[!NOTE] Versions 2.3.0 and 2.3.1 were skipped due to publication issues.

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)

2.2.1

Added

  • [PostgreSQL Dialect] Fix Postgres numeric/integer/biginteger type mapping (#5994 by @​griffio)
  • [Compiler] Improve the compiler error message to include source file location when a CAST is required (#5979 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres JSON operator path extraction (#5971 by @​griffio)
  • [SQLite Dialect] Add Sqlite 3.35 support for MATERIALIZED query planner hint using Common Table Expressions (#5961 by @​griffio)
  • [PostgreSQL Dialect] Add support for MATERIALIZED query planner hint using Common Table Expressions (#5961 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres JSON Aggregate FILTER (#5957 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres Enums (#5935 by @​griffio)
  • [PostgreSQL Dialect] Add limited support for Postgres Triggers (#5932 by @​griffio)
  • [PostgreSQL Dialect] Add predicate to check whether SQL expression can be parsed as JSON (#5843 by @​griffio)

... (truncated)

Changelog

Sourced from app.cash.sqldelight:android-driver's changelog.

2.3.2 - 2026-03-16

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)

2.3.1 - 2025-03-12

Failed release. Use 2.3.2!

2.3.0 - 2025-03-12

Failed release. Use 2.3.2!

2.2.1 - 2025-11-13

Added

  • [PostgreSQL Dialect] Fix Postgres numeric/integer/biginteger type mapping (#5994 by @​griffio)

... (truncated)

Commits

Updates app.cash.sqldelight:native-driver from 2.0.2 to 2.3.2

Release notes

Sourced from app.cash.sqldelight:native-driver's releases.

2.3.2

[!NOTE] Versions 2.3.0 and 2.3.1 were skipped due to publication issues.

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)

2.2.1

Added

  • [PostgreSQL Dialect] Fix Postgres numeric/integer/biginteger type mapping (#5994 by @​griffio)
  • [Compiler] Improve the compiler error message to include source file location when a CAST is required (#5979 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres JSON operator path extraction (#5971 by @​griffio)
  • [SQLite Dialect] Add Sqlite 3.35 support for MATERIALIZED query planner hint using Common Table Expressions (#5961 by @​griffio)
  • [PostgreSQL Dialect] Add support for MATERIALIZED query planner hint using Common Table Expressions (#5961 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres JSON Aggregate FILTER (#5957 by @​griffio)
  • [PostgreSQL Dialect] Add support for Postgres Enums (#5935 by @​griffio)
  • [PostgreSQL Dialect] Add limited support for Postgres Triggers (#5932 by @​griffio)
  • [PostgreSQL Dialect] Add predicate to check whether SQL expression can be parsed as JSON (#5843 by @​griffio)

... (truncated)

Changelog

Sourced from app.cash.sqldelight:native-driver's changelog.

2.3.2 - 2026-03-16

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​va...

    Description has been truncated

Bumps the app-dependencies group with 33 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.gradle.toolchains.foojay-resolver-convention | `0.9.0` | `1.0.0` |
| gradle-wrapper | `8.11.1` | `9.4.0` |
| com.github.ben-manes:gradle-versions-plugin | `0.52.0` | `0.53.0` |
| [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt) | `1.23.7` | `1.23.8` |
| [io.gitlab.arturbosch.detekt:detekt-formatting](https://github.com/detekt/detekt) | `1.23.7` | `1.23.8` |
| [app.cash.sqldelight:gradle-plugin](https://github.com/sqldelight/sqldelight) | `2.0.2` | `2.3.2` |
| [app.cash.sqldelight:android-driver](https://github.com/sqldelight/sqldelight) | `2.0.2` | `2.3.2` |
| [app.cash.sqldelight:native-driver](https://github.com/sqldelight/sqldelight) | `2.0.2` | `2.3.2` |
| [app.cash.sqldelight:sqlite-driver](https://github.com/sqldelight/sqldelight) | `2.0.2` | `2.3.2` |
| [app.cash.sqldelight:coroutines-extensions](https://github.com/sqldelight/sqldelight) | `2.0.2` | `2.3.2` |
| [io.insert-koin:koin-android](https://github.com/InsertKoinIO/koin) | `4.0.2` | `4.1.1` |
| [io.insert-koin:koin-compose](https://github.com/InsertKoinIO/koin) | `4.0.2` | `4.1.1` |
| [io.insert-koin:koin-core](https://github.com/InsertKoinIO/koin) | `4.0.2` | `4.1.1` |
| [io.insert-koin:koin-test](https://github.com/InsertKoinIO/koin) | `4.0.2` | `4.1.1` |
| [org.jetbrains.androidx.navigation:navigation-compose](https://github.com/JetBrains/compose-jb) | `2.8.0-alpha12` | `2.9.2` |
| [org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose](https://github.com/JetBrains/compose-jb) | `2.8.4` | `2.9.6` |
| androidx.compose.ui:ui-tooling | `1.7.7` | `1.10.5` |
| androidx.compose.ui:ui-tooling-preview | `1.7.7` | `1.10.5` |
| [io.coil-kt.coil3:coil-compose](https://github.com/coil-kt/coil) | `3.1.0` | `3.4.0` |
| [io.coil-kt.coil3:coil-network-ktor3](https://github.com/coil-kt/coil) | `3.1.0` | `3.4.0` |
| androidx.appcompat:appcompat | `1.7.0` | `1.7.1` |
| [com.google.android.material:material](https://github.com/material-components/material-components-android) | `1.12.0` | `1.13.0` |
| androidx.activity:activity-compose | `1.10.0` | `1.13.0` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.0.3` | `3.4.1` |
| [io.ktor:ktor-client-android](https://github.com/ktorio/ktor) | `3.0.3` | `3.4.1` |
| [io.ktor:ktor-client-ios](https://github.com/ktorio/ktor) | `3.0.3` | `3.4.1` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `3.0.3` | `3.4.1` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.0.3` | `3.4.1` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.0.3` | `3.4.1` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.0.3` | `3.4.1` |
| [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `3.0.3` | `3.4.1` |
| [app.cash.turbine:turbine](https://github.com/cashapp/turbine) | `1.2.0` | `1.2.1` |
| org.jetbrains.compose | `1.7.3` | `1.10.2` |



Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.9.0 to 1.0.0

Updates `gradle-wrapper` from 8.11.1 to 9.4.0

Updates `com.github.ben-manes:gradle-versions-plugin` from 0.52.0 to 0.53.0

Updates `io.gitlab.arturbosch.detekt:detekt-gradle-plugin` from 1.23.7 to 1.23.8
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.7...v1.23.8)

Updates `io.gitlab.arturbosch.detekt:detekt-formatting` from 1.23.7 to 1.23.8
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.7...v1.23.8)

Updates `io.gitlab.arturbosch.detekt:detekt-formatting` from 1.23.7 to 1.23.8
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.7...v1.23.8)

Updates `app.cash.sqldelight:gradle-plugin` from 2.0.2 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.2...2.3.2)

Updates `app.cash.sqldelight:android-driver` from 2.0.2 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.2...2.3.2)

Updates `app.cash.sqldelight:native-driver` from 2.0.2 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.2...2.3.2)

Updates `app.cash.sqldelight:sqlite-driver` from 2.0.2 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.2...2.3.2)

Updates `app.cash.sqldelight:coroutines-extensions` from 2.0.2 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.2...2.3.2)

Updates `io.insert-koin:koin-android` from 4.0.2 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.0.2...4.1.1)

Updates `io.insert-koin:koin-compose` from 4.0.2 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.0.2...4.1.1)

Updates `io.insert-koin:koin-core` from 4.0.2 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.0.2...4.1.1)

Updates `io.insert-koin:koin-test` from 4.0.2 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.0.2...4.1.1)

Updates `io.insert-koin:koin-test` from 4.0.2 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.0.2...4.1.1)

Updates `org.jetbrains.androidx.navigation:navigation-compose` from 2.8.0-alpha12 to 2.9.2
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/compose-jb/commits)

Updates `org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.4 to 2.9.6
- [Release notes](https://github.com/JetBrains/compose-jb/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/compose-jb/commits)

Updates `androidx.compose.ui:ui-tooling` from 1.7.7 to 1.10.5

Updates `androidx.compose.ui:ui-tooling-preview` from 1.7.7 to 1.10.5

Updates `androidx.compose.ui:ui-tooling-preview` from 1.7.7 to 1.10.5

Updates `io.coil-kt.coil3:coil-compose` from 3.1.0 to 3.4.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.1.0...3.4.0)

Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.1.0 to 3.4.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.1.0...3.4.0)

Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.1.0 to 3.4.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.1.0...3.4.0)

Updates `androidx.appcompat:appcompat` from 1.7.0 to 1.7.1

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.activity:activity-compose` from 1.10.0 to 1.13.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `app.cash.sqldelight:android-driver` from 2.0.2 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.2...2.3.2)

Updates `app.cash.sqldelight:native-driver` from 2.0.2 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.2...2.3.2)

Updates `app.cash.sqldelight:sqlite-driver` from 2.0.2 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.2...2.3.2)

Updates `app.cash.sqldelight:coroutines-extensions` from 2.0.2 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/master/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.0.2...2.3.2)

Updates `app.cash.turbine:turbine` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/cashapp/turbine/releases)
- [Changelog](https://github.com/cashapp/turbine/blob/trunk/CHANGELOG.md)
- [Commits](cashapp/turbine@1.2.0...1.2.1)

Updates `org.jetbrains.compose` from 1.7.3 to 1.10.2

---
updated-dependencies:
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: com.github.ben-manes:gradle-versions-plugin
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin
  dependency-version: 1.23.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-dependencies
- dependency-name: io.gitlab.arturbosch.detekt:detekt-formatting
  dependency-version: 1.23.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-dependencies
- dependency-name: io.gitlab.arturbosch.detekt:detekt-formatting
  dependency-version: 1.23.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:gradle-plugin
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:android-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:native-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:sqlite-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:coroutines-extensions
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-android
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-compose
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-core
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-test
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-test
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.androidx.navigation:navigation-compose
  dependency-version: 2.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose
  dependency-version: 2.9.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-version: 1.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: androidx.compose.ui:ui-tooling-preview
  dependency-version: 1.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: androidx.compose.ui:ui-tooling-preview
  dependency-version: 1.10.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.coil-kt.coil3:coil-compose
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.coil-kt.coil3:coil-network-ktor3
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.coil-kt.coil3:coil-network-ktor3
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: androidx.appcompat:appcompat
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-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: app-dependencies
- dependency-name: androidx.activity:activity-compose
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-core
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-android
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-ios
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-apache
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-mock
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-android
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-ios
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-apache
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-mock
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:android-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:native-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:sqlite-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:coroutines-extensions
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.turbine:turbine
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-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 Mar 16, 2026
@sonarqubecloud
Copy link

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