Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/app-dependencies-38a864614d
Open

Bump the app-dependencies group across 1 directory with 33 updates#66
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/app-dependencies-38a864614d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
gradle-wrapper 8.11.1 9.6.1
app.cash.sqldelight:gradle-plugin 2.2.1 2.3.2
app.cash.sqldelight:android-driver 2.2.1 2.3.2
app.cash.sqldelight:native-driver 2.2.1 2.3.2
app.cash.sqldelight:sqlite-driver 2.2.1 2.3.2
app.cash.sqldelight:coroutines-extensions 2.2.1 2.3.2
io.insert-koin:koin-android 4.1.1 4.2.2
io.insert-koin:koin-compose 4.1.1 4.2.2
io.insert-koin:koin-core 4.1.1 4.2.2
io.insert-koin:koin-test 4.1.1 4.2.2
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose 2.9.6 2.11.0
androidx.compose.ui:ui-tooling 1.10.4 1.11.4
androidx.compose.ui:ui-tooling-preview 1.10.4 1.11.4
org.jetbrains.compose.runtime:runtime 1.10.2 1.11.1
org.jetbrains.compose.foundation:foundation 1.10.2 1.11.1
org.jetbrains.compose.material:material 1.10.2 1.11.1
org.jetbrains.compose.ui:ui 1.10.2 1.11.1
org.jetbrains.compose.ui:ui-tooling-preview 1.10.2 1.11.1
org.jetbrains.compose.components:components-resources 1.10.2 1.11.1
org.jetbrains.compose.components:components-ui-tooling-preview 1.10.2 1.11.1
org.jetbrains.compose 1.10.2 1.11.1
io.coil-kt.coil3:coil-compose 3.4.0 3.5.0
io.coil-kt.coil3:coil-network-ktor3 3.4.0 3.5.0
com.google.android.material:material 1.13.0 1.14.0
androidx.activity:activity-compose 1.12.4 1.13.0
io.ktor:ktor-client-core 3.4.1 3.5.1
io.ktor:ktor-client-android 3.4.1 3.5.1
io.ktor:ktor-client-ios 3.4.1 3.5.1
io.ktor:ktor-client-apache 3.4.1 3.5.1
io.ktor:ktor-serialization-kotlinx-json 3.4.1 3.5.1
io.ktor:ktor-client-content-negotiation 3.4.1 3.5.1
io.ktor:ktor-client-logging 3.4.1 3.5.1
io.ktor:ktor-client-mock 3.4.1 3.5.1

Updates gradle-wrapper from 8.11.1 to 9.6.1

Release notes

Sourced from gradle-wrapper's releases.

9.6.1

The Gradle team is excited to announce Gradle 9.6.1.

Here are the highlights of this release:

  • Improved Configuration Cache hit rates
  • Additional CLI rendering options
  • Important project hierarchy lookup deprecations

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Aharnish Solanki, Benedikt Johannes, Devendra Reddy Pennabadi, Dmytro Rodionov, Dreeam, Elías Hernández Rodríguez, Eng Zer Jun, FinlayRJW, Kamal Kansal, Marcono1234, Nelson Osacky, Philip Wedemann, Ravi, Roberto Perez Alcolea, Ryan Schmitt, Sebastian Schuberth, seunghun.ham, sk-reddy17, Suvrat Acharya, Vedant Madane.

Upgrade instructions

Switch your build to use Gradle 9.6.1 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.6.1 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.6.0

... (truncated)

Commits
  • 309d128 Update fixed issues in release notes for 9.6.1 (#38328)
  • 040a978 Update fixed issues in release notes for 9.6.1
  • e0b8325 Restore --non-interactive flag instead of --interactive/--no-interactive (#38...
  • 946f3e6 Limit explicit temp file permission setting to intended use case (#38300)
  • 65f8224 Restore --non-interactive flag instead of --interactive/--no-interactive
  • e346a5e Adjust CLI flag to configure non-interactive console (#38301)
  • 9b53be9 Adjust CLI flag to configure non-interactive console
  • 0dd3b53 Limit explicit temp file permission setting to intended use case
  • 48e5ac2 Add reproducers
  • 25598fd Prepare 9.6.1 patch release (#38293)
  • Additional commits viewable in compare view

Updates app.cash.sqldelight:gradle-plugin from 2.2.1 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)
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!

Commits

Updates app.cash.sqldelight:android-driver from 2.2.1 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)
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!

Commits

Updates app.cash.sqldelight:native-driver from 2.2.1 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)
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 @​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!

Commits

Updates app.cash.sqldelight:sqlite-driver from 2.2.1 to 2.3.2

Release notes

Sourced from app.cash.sqldelight:sqlite-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)
Changelog

Sourced from app.cash.sqldelight:sqlite-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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 13, 2026
Bumps the app-dependencies group with 33 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `8.11.1` | `9.6.1` |
| [app.cash.sqldelight:gradle-plugin](https://github.com/sqldelight/sqldelight) | `2.2.1` | `2.3.2` |
| [app.cash.sqldelight:android-driver](https://github.com/sqldelight/sqldelight) | `2.2.1` | `2.3.2` |
| [app.cash.sqldelight:native-driver](https://github.com/sqldelight/sqldelight) | `2.2.1` | `2.3.2` |
| [app.cash.sqldelight:sqlite-driver](https://github.com/sqldelight/sqldelight) | `2.2.1` | `2.3.2` |
| [app.cash.sqldelight:coroutines-extensions](https://github.com/sqldelight/sqldelight) | `2.2.1` | `2.3.2` |
| [io.insert-koin:koin-android](https://github.com/InsertKoinIO/koin) | `4.1.1` | `4.2.2` |
| [io.insert-koin:koin-compose](https://github.com/InsertKoinIO/koin) | `4.1.1` | `4.2.2` |
| [io.insert-koin:koin-core](https://github.com/InsertKoinIO/koin) | `4.1.1` | `4.2.2` |
| [io.insert-koin:koin-test](https://github.com/InsertKoinIO/koin) | `4.1.1` | `4.2.2` |
| [org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose](https://github.com/JetBrains/compose-multiplatform) | `2.9.6` | `2.11.0` |
| androidx.compose.ui:ui-tooling | `1.10.4` | `1.11.4` |
| androidx.compose.ui:ui-tooling-preview | `1.10.4` | `1.11.4` |
| [org.jetbrains.compose.runtime:runtime](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.foundation:foundation](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.material:material](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.ui:ui](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.ui:ui-tooling-preview](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.components:components-resources](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.components:components-ui-tooling-preview](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| org.jetbrains.compose | `1.10.2` | `1.11.1` |
| [io.coil-kt.coil3:coil-compose](https://github.com/coil-kt/coil) | `3.4.0` | `3.5.0` |
| [io.coil-kt.coil3:coil-network-ktor3](https://github.com/coil-kt/coil) | `3.4.0` | `3.5.0` |
| [com.google.android.material:material](https://github.com/material-components/material-components-android) | `1.13.0` | `1.14.0` |
| androidx.activity:activity-compose | `1.12.4` | `1.13.0` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.1` |
| [io.ktor:ktor-client-android](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.1` |
| [io.ktor:ktor-client-ios](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.1` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.1` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.1` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.1` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.1` |
| [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.1` |



Updates `gradle-wrapper` from 8.11.1 to 9.6.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v8.11.1...v9.6.1)

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

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

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

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

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

Updates `io.insert-koin:koin-android` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Commits](InsertKoinIO/koin@4.1.1...4.2.2)

Updates `io.insert-koin:koin-compose` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Commits](InsertKoinIO/koin@4.1.1...4.2.2)

Updates `io.insert-koin:koin-core` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Commits](InsertKoinIO/koin@4.1.1...4.2.2)

Updates `io.insert-koin:koin-test` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Commits](InsertKoinIO/koin@4.1.1...4.2.2)

Updates `io.insert-koin:koin-test` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Commits](InsertKoinIO/koin@4.1.1...4.2.2)

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

Updates `androidx.compose.ui:ui-tooling` from 1.10.4 to 1.11.4

Updates `androidx.compose.ui:ui-tooling-preview` from 1.10.4 to 1.11.4

Updates `androidx.compose.ui:ui-tooling-preview` from 1.10.4 to 1.11.4

Updates `org.jetbrains.compose.runtime:runtime` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.foundation:foundation` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.material:material` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.ui:ui` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.ui:ui-tooling-preview` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.components:components-resources` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.components:components-ui-tooling-preview` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

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

Updates `org.jetbrains.compose.foundation:foundation` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.material:material` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.ui:ui` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.ui:ui-tooling-preview` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.components:components-resources` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.components:components-ui-tooling-preview` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `io.coil-kt.coil3:coil-compose` from 3.4.0 to 3.5.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.4.0...3.5.0)

Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.4.0 to 3.5.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.4.0...3.5.0)

Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.4.0 to 3.5.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.4.0...3.5.0)

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

Updates `androidx.activity:activity-compose` from 1.12.4 to 1.13.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

---
updated-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: androidx.compose.ui:ui-tooling
  dependency-version: 1.11.4
  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.11.4
  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.11.4
  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: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: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.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.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: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: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:sqlite-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: com.google.android.material:material
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: io.coil-kt.coil3:coil-compose
  dependency-version: 3.5.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.5.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.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-android
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-compose
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-core
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-test
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-test
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-android
  dependency-version: 3.5.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.5.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.5.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.5.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.5.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.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-core
  dependency-version: 3.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.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.5.1
  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.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.components:components-resources
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.components:components-resources
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.components:components-ui-tooling-preview
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.components:components-ui-tooling-preview
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.foundation:foundation
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.foundation:foundation
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.material:material
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.material:material
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.runtime:runtime
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.ui:ui
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.ui:ui
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.ui:ui-tooling-preview
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.ui:ui-tooling-preview
  dependency-version: 1.11.1
  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 changed the title Bump the app-dependencies group with 33 updates Bump the app-dependencies group across 1 directory with 33 updates Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/gradle/app-dependencies-38a864614d branch from a197ea9 to 87b7a69 Compare July 27, 2026 23:35
@sonarqubecloud

Copy link
Copy Markdown

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