Skip to content

chore(deps): bump sqldelight from 2.0.1 to 2.3.2#10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/sqldelight-2.3.2
Open

chore(deps): bump sqldelight from 2.0.1 to 2.3.2#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/sqldelight-2.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown

Bumps sqldelight from 2.0.1 to 2.3.2.
Updates app.cash.sqldelight:android-driver from 2.0.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)

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.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)

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 @​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 from 2.0.1 to 2.3.2

Release notes

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `sqldelight` from 2.0.1 to 2.3.2.

Updates `app.cash.sqldelight:android-driver` from 2.0.1 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.1...2.3.2)

Updates `app.cash.sqldelight:native-driver` from 2.0.1 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.1...2.3.2)

Updates `app.cash.sqldelight` from 2.0.1 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.1...2.3.2)

---
updated-dependencies:
- dependency-name: app.cash.sqldelight:android-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: app.cash.sqldelight:native-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: app.cash.sqldelight
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants