Skip to content

Bump the app-dependencies group across 1 directory with 32 updates#52

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/app-dependencies-fc581024ae
Closed

Bump the app-dependencies group across 1 directory with 32 updates#52
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/app-dependencies-fc581024ae

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

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

Package From To
org.gradle.toolchains.foojay-resolver-convention 0.9.0 1.0.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.1.0
app.cash.sqldelight:android-driver 2.0.2 2.1.0
app.cash.sqldelight:native-driver 2.0.2 2.1.0
app.cash.sqldelight:sqlite-driver 2.0.2 2.1.0
app.cash.sqldelight:coroutines-extensions 2.0.2 2.1.0
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.0
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose 2.8.4 2.9.4
androidx.compose.ui:ui-tooling 1.7.7 1.9.2
androidx.compose.ui:ui-tooling-preview 1.7.7 1.9.2
io.coil-kt.coil3:coil-compose 3.1.0 3.3.0
io.coil-kt.coil3:coil-network-ktor3 3.1.0 3.3.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.11.0
io.ktor:ktor-client-core 3.0.3 3.3.0
io.ktor:ktor-client-android 3.0.3 3.3.0
io.ktor:ktor-client-ios 3.0.3 3.3.0
io.ktor:ktor-client-apache 3.0.3 3.3.0
io.ktor:ktor-serialization-kotlinx-json 3.0.3 3.3.0
io.ktor:ktor-client-content-negotiation 3.0.3 3.3.0
io.ktor:ktor-client-logging 3.0.3 3.3.0
io.ktor:ktor-client-mock 3.0.3 3.3.0
app.cash.turbine:turbine 1.2.0 1.2.1
org.jetbrains.compose 1.7.3 1.9.0

Updates org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 1.0.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.1.0

Release notes

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

Version 2.1.0 - 2025-05-16

Codegen Changes

Generated insert/update/delete statements return the number of row changed now, meaning functions that relied on the codegen returning Unit will need to be updated like so:

fun doAnInsert() = db.someQueries.insert()
// changes to
fun doAnInsert() {
db.someQueries.insert()
}

Added

  • [WASM Driver] Add support for wasmJs to web worker driver (#5534 by [Ilya Gulya][IlyaGulya])
  • [PostgreSQL Dialect] Support PostgreSql UnNest Array to rows (#5673 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql TSRANGE/TSTZRANGE support (#5297 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql Right Full Join (#5086 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postrgesql extract from temporal types (#5273 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql array contains operators (#4933 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql drop constraint (#5288 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql type casting (#5089 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql lateral join operator for subquery (#5122 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql ILIKE operator (#5330 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql XML type (#5331 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql AT TIME ZONE (#5243 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support postgresql order by nulls (#5199 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSQL current date/time function support (#5226 by [Drew Dobson][drewd])
  • [PostgreSQL Dialect] PostgreSql Regex operators (#5137 by [Griffio][griffio])
  • [PostgreSQL Dialect] add brin gist (#5059 by [Griffio][griffio])
  • [MySQL Dialect] Support RENAME INDEX for MySql dialect (#5212 by [Oren Kislev][orenkislev-faire])
  • [JSON Extension] Add alias to json table function (#5372 by [Griffio][griffio])

Changed

  • [Compiler] Generated query files return row counts for simple mutators (#4578 by [Marius Volkhart][MariusV])
  • [Native Driver] Update NativeSqlDatabase.kt to change readonly flag for DELETE, INSERT, and UPDATE statements (#5680 by [Griffio][griffio])
  • [PostgreSQL Dialect] Change PgInterval to String (#5403 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support SqlDelight modules to implement PostgreSql extensions (#5677 by [Griffio][griffio])

Fixed

  • [Compiler] fix: notify queries when executing group statements with result (#5006 by [Vitor Hugo Schwaab][vitorhugods])
  • [Compiler] Fix SqlDelightModule type resolver (#5625 by [Griffio][griffio])
  • [Compiler] Fix 5501 insert object escaped column (#5503 by [Griffio][griffio])
  • [Compiler] Compiler: Improve error message such that path links are clickable with the correct line & char position. (#5604 by [Niklas Baudy][vanniktech])
  • [Compiler] Fix issue 5298: allow keywords to be used as table names
  • [Compiler] fix named executes and add test
  • [Compiler] Consider foreign key table constraints when sorting initialization statements (#5325 by [Leon Linhart][TheMrMilchmann])
  • [Compiler] Align error underlines properly when tabs are involved (#5224 by [Drew Dobson][drewd])
  • [JDBC Driver] Fix memory leak for connectionManager during end of transaction

... (truncated)

Changelog

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

[2.1.0] - 2025-05-16

Added

  • [WASM Driver] Add support for wasmJs to web worker driver (#5534 by [Ilya Gulya][IlyaGulya])
  • [PostgreSQL Dialect] Support PostgreSql UnNest Array to rows (#5673 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql TSRANGE/TSTZRANGE support (#5297 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql Right Full Join (#5086 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postrgesql extract from temporal types (#5273 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql array contains operators (#4933 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql drop constraint (#5288 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql type casting (#5089 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql lateral join operator for subquery (#5122 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql ILIKE operator (#5330 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql XML type (#5331 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql AT TIME ZONE (#5243 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support postgresql order by nulls (#5199 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSQL current date/time function support (#5226 by [Drew Dobson][drewd])
  • [PostgreSQL Dialect] PostgreSql Regex operators (#5137 by [Griffio][griffio])
  • [PostgreSQL Dialect] add brin gist (#5059 by [Griffio][griffio])
  • [MySQL Dialect] Support RENAME INDEX for MySql dialect (#5212 by [Oren Kislev][orenkislev-faire])
  • [JSON Extension] Add alias to json table function (#5372 by [Griffio][griffio])

Changed

  • [Compiler] Generated query files return row counts for simple mutators (#4578 by [Marius Volkhart][MariusV])
  • [Native Driver] Update NativeSqlDatabase.kt to change readonly flag for DELETE, INSERT, and UPDATE statements (#5680 by [Griffio][griffio])
  • [PostgreSQL Dialect] Change PgInterval to String (#5403 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support SqlDelight modules to implement PostgreSql extensions (#5677 by [Griffio][griffio])

Fixed

  • [Compiler] fix: notify queries when executing group statements with result (#5006 by [Vitor Hugo Schwaab][vitorhugods])
  • [Compiler] Fix SqlDelightModule type resolver (#5625 by [Griffio][griffio])
  • [Compiler] Fix 5501 insert object escaped column (#5503 by [Griffio][griffio])
  • [Compiler] Compiler: Improve error message such that path links are clickable with the correct line & char position. (#5604 by [Niklas Baudy][vanniktech])
  • [Compiler] Fix issue 5298: allow keywords to be used as table names
  • [Compiler] fix named executes and add test
  • [Compiler] Consider foreign key table constraints when sorting initialization statements (#5325 by [Leon Linhart][TheMrMilchmann])
  • [Compiler] Align error underlines properly when tabs are involved (#5224 by [Drew Dobson][drewd])
  • [JDBC Driver] Fix memory leak for connectionManager during end of transaction
  • [JDBC Driver] Run SQLite migrations inside transaction as mentioned in documentation (#5218 by [Lukáš Moravec][morki])
  • [JDBC Driver] Fix leaking connections after transaction commit / rollback (#5205 by [Lukáš Moravec][morki])
  • [Gradle Plugin] Execute DriverInitializer before GenerateSchemaTask (#5562 by [Emeka Nwagu][nwagu])
  • [Runtime] Fix crash in LogSqliteDriver when real driver is Async (#5723 by [Eric Denman][edenman])
  • [Runtime] Fix StringBuilder capacity (#5192 by [Jan Bína][janbina])
  • [PostgreSQL Dialect] PostgreSql create or replace view (#5407 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql to_json (#5606 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql numeric resolver (#5399 by [Griffio][griffio])
  • [PostgreSQL Dialect] sqlite windows function (#2799 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql SELECT DISTINCT ON (#5345 by [Griffio][griffio])
  • [PostgreSQL Dialect] alter table add column if not exists (#5309 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql async bind parameter (#5313 by [Griffio][griffio])

... (truncated)

Commits

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

Release notes

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

Version 2.1.0 - 2025-05-16

Codegen Changes

Generated insert/update/delete statements return the number of row changed now, meaning functions that relied on the codegen returning Unit will need to be updated like so:

fun doAnInsert() = db.someQueries.insert()
// changes to
fun doAnInsert() {
db.someQueries.insert()
}

Added

  • [WASM Driver] Add support for wasmJs to web worker driver (#5534 by [Ilya Gulya][IlyaGulya])
  • [PostgreSQL Dialect] Support PostgreSql UnNest Array to rows (#5673 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql TSRANGE/TSTZRANGE support (#5297 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql Right Full Join (#5086 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postrgesql extract from temporal types (#5273 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql array contains operators (#4933 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql drop constraint (#5288 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql type casting (#5089 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql lateral join operator for subquery (#5122 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql ILIKE operator (#5330 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql XML type (#5331 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql AT TIME ZONE (#5243 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support postgresql order by nulls (#5199 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSQL current date/time function support (#5226 by [Drew Dobson][drewd])
  • [PostgreSQL Dialect] PostgreSql Regex operators (#5137 by [Griffio][griffio])
  • [PostgreSQL Dialect] add brin gist (#5059 by [Griffio][griffio])
  • [MySQL Dialect] Support RENAME INDEX for MySql dialect (#5212 by [Oren Kislev][orenkislev-faire])
  • [JSON Extension] Add alias to json table function (#5372 by [Griffio][griffio])

Changed

  • [Compiler] Generated query files return row counts for simple mutators (#4578 by [Marius Volkhart][MariusV])
  • [Native Driver] Update NativeSqlDatabase.kt to change readonly flag for DELETE, INSERT, and UPDATE statements (#5680 by [Griffio][griffio])
  • [PostgreSQL Dialect] Change PgInterval to String (#5403 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support SqlDelight modules to implement PostgreSql extensions (#5677 by [Griffio][griffio])

Fixed

  • [Compiler] fix: notify queries when executing group statements with result (#5006 by [Vitor Hugo Schwaab][vitorhugods])
  • [Compiler] Fix SqlDelightModule type resolver (#5625 by [Griffio][griffio])
  • [Compiler] Fix 5501 insert object escaped column (#5503 by [Griffio][griffio])
  • [Compiler] Compiler: Improve error message such that path links are clickable with the correct line & char position. (#5604 by [Niklas Baudy][vanniktech])
  • [Compiler] Fix issue 5298: allow keywords to be used as table names
  • [Compiler] fix named executes and add test
  • [Compiler] Consider foreign key table constraints when sorting initialization statements (#5325 by [Leon Linhart][TheMrMilchmann])
  • [Compiler] Align error underlines properly when tabs are involved (#5224 by [Drew Dobson][drewd])
  • [JDBC Driver] Fix memory leak for connectionManager during end of transaction

... (truncated)

Changelog

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

[2.1.0] - 2025-05-16

Added

  • [WASM Driver] Add support for wasmJs to web worker driver (#5534 by [Ilya Gulya][IlyaGulya])
  • [PostgreSQL Dialect] Support PostgreSql UnNest Array to rows (#5673 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql TSRANGE/TSTZRANGE support (#5297 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql Right Full Join (#5086 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postrgesql extract from temporal types (#5273 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql array contains operators (#4933 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql drop constraint (#5288 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql type casting (#5089 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql lateral join operator for subquery (#5122 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql ILIKE operator (#5330 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql XML type (#5331 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql AT TIME ZONE (#5243 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support postgresql order by nulls (#5199 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSQL current date/time function support (#5226 by [Drew Dobson][drewd])
  • [PostgreSQL Dialect] PostgreSql Regex operators (#5137 by [Griffio][griffio])
  • [PostgreSQL Dialect] add brin gist (#5059 by [Griffio][griffio])
  • [MySQL Dialect] Support RENAME INDEX for MySql dialect (#5212 by [Oren Kislev][orenkislev-faire])
  • [JSON Extension] Add alias to json table function (#5372 by [Griffio][griffio])

Changed

  • [Compiler] Generated query files return row counts for simple mutators (#4578 by [Marius Volkhart][MariusV])
  • [Native Driver] Update NativeSqlDatabase.kt to change readonly flag for DELETE, INSERT, and UPDATE statements (#5680 by [Griffio][griffio])
  • [PostgreSQL Dialect] Change PgInterval to String (#5403 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support SqlDelight modules to implement PostgreSql extensions (#5677 by [Griffio][griffio])

Fixed

  • [Compiler] fix: notify queries when executing group statements with result (#5006 by [Vitor Hugo Schwaab][vitorhugods])
  • [Compiler] Fix SqlDelightModule type resolver (#5625 by [Griffio][griffio])
  • [Compiler] Fix 5501 insert object escaped column (#5503 by [Griffio][griffio])
  • [Compiler] Compiler: Improve error message such that path links are clickable with the correct line & char position. (#5604 by [Niklas Baudy][vanniktech])
  • [Compiler] Fix issue 5298: allow keywords to be used as table names
  • [Compiler] fix named executes and add test
  • [Compiler] Consider foreign key table constraints when sorting initialization statements (#5325 by [Leon Linhart][TheMrMilchmann])
  • [Compiler] Align error underlines properly when tabs are involved (#5224 by [Drew Dobson][drewd])
  • [JDBC Driver] Fix memory leak for connectionManager during end of transaction
  • [JDBC Driver] Run SQLite migrations inside transaction as mentioned in documentation (#5218 by [Lukáš Moravec][morki])
  • [JDBC Driver] Fix leaking connections after transaction commit / rollback (#5205 by [Lukáš Moravec][morki])
  • [Gradle Plugin] Execute DriverInitializer before GenerateSchemaTask (#5562 by [Emeka Nwagu][nwagu])
  • [Runtime] Fix crash in LogSqliteDriver when real driver is Async (#5723 by [Eric Denman][edenman])
  • [Runtime] Fix StringBuilder capacity (#5192 by [Jan Bína][janbina])
  • [PostgreSQL Dialect] PostgreSql create or replace view (#5407 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql to_json (#5606 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql numeric resolver (#5399 by [Griffio][griffio])
  • [PostgreSQL Dialect] sqlite windows function (#2799 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql SELECT DISTINCT ON (#5345 by [Griffio][griffio])
  • [PostgreSQL Dialect] alter table add column if not exists (#5309 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql async bind parameter (#5313 by [Griffio][griffio])

... (truncated)

Commits

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

Release notes

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

Version 2.1.0 - 2025-05-16

Codegen Changes

Generated insert/update/delete statements return the number of row changed now, meaning functions that relied on the codegen returning Unit will need to be updated like so:

fun doAnInsert() = db.someQueries.insert()
// changes to
fun doAnInsert() {
db.someQueries.insert()
}

Added

  • [WASM Driver] Add support for wasmJs to web worker driver (#5534 by [Ilya Gulya][IlyaGulya])
  • [PostgreSQL Dialect] Support PostgreSql UnNest Array to rows (#5673 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql TSRANGE/TSTZRANGE support (#5297 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql Right Full Join (#5086 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postrgesql extract from temporal types (#5273 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql array contains operators (#4933 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql drop constraint (#5288 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql type casting (#5089 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql lateral join operator for subquery (#5122 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql ILIKE operator (#5330 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql XML type (#5331 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql AT TIME ZONE (#5243 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support postgresql order by nulls (#5199 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSQL current date/time function support (#5226 by [Drew Dobson][drewd])
  • [PostgreSQL Dialect] PostgreSql Regex operators (#5137 by [Griffio][griffio])
  • [PostgreSQL Dialect] add brin gist (#5059 by [Griffio][griffio])
  • [MySQL Dialect] Support RENAME INDEX for MySql dialect (#5212 by [Oren Kislev][orenkislev-faire])
  • [JSON Extension] Add alias to json table function (#5372 by [Griffio][griffio])

Changed

  • [Compiler] Generated query files return row counts for simple mutators (#4578 by [Marius Volkhart][MariusV])
  • [Native Driver] Update NativeSqlDatabase.kt to change readonly flag for DELETE, INSERT, and UPDATE statements (#5680 by [Griffio][griffio])
  • [PostgreSQL Dialect] Change PgInterval to String (#5403 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support SqlDelight modules to implement PostgreSql extensions (#5677 by [Griffio][griffio])

Fixed

  • [Compiler] fix: notify queries when executing group statements with result (#5006 by [Vitor Hugo Schwaab][vitorhugods])
  • [Compiler] Fix SqlDelightModule type resolver (#5625 by [Griffio][griffio])
  • [Compiler] Fix 5501 insert object escaped column (#5503 by [Griffio][griffio])
  • [Compiler] Compiler: Improve error message such that path links are clickable with the correct line & char position. (#5604 by [Niklas Baudy][vanniktech])
  • [Compiler] Fix issue 5298: allow keywords to be used as table names
  • [Compiler] fix named executes and add test
  • [Compiler] Consider foreign key table constraints when sorting initialization statements (#5325 by [Leon Linhart][TheMrMilchmann])
  • [Compiler] Align error underlines properly when tabs are involved (#5224 by [Drew Dobson][drewd])
  • [JDBC Driver] Fix memory leak for connectionManager during end of transaction

... (truncated)

Changelog

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

[2.1.0] - 2025-05-16

Added

  • [WASM Driver] Add support for wasmJs to web worker driver (#5534 by [Ilya Gulya][IlyaGulya])
  • [PostgreSQL Dialect] Support PostgreSql UnNest Array to rows (#5673 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql TSRANGE/TSTZRANGE support (#5297 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql Right Full Join (#5086 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postrgesql extract from temporal types (#5273 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql array contains operators (#4933 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql drop constraint (#5288 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql type casting (#5089 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql lateral join operator for subquery (#5122 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql ILIKE operator (#5330 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql XML type (#5331 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql AT TIME ZONE (#5243 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support postgresql order by nulls (#5199 by [Griffio][griffio])
  • [PostgreSQL Dialect] Add PostgreSQL current date/time function support (#5226 by [Drew Dobson][drewd])
  • [PostgreSQL Dialect] PostgreSql Regex operators (#5137 by [Griffio][griffio])
  • [PostgreSQL Dialect] add brin gist (#5059 by [Griffio][griffio])
  • [MySQL Dialect] Support RENAME INDEX for MySql dialect (#5212 by [Oren Kislev][orenkislev-faire])
  • [JSON Extension] Add alias to json table function (#5372 by [Griffio][griffio])

Changed

  • [Compiler] Generated query files return row counts for simple mutators (#4578 by [Marius Volkhart][MariusV])
  • [Native Driver] Update NativeSqlDatabase.kt to change readonly flag for DELETE, INSERT, and UPDATE statements (#5680 by [Griffio][griffio])
  • [PostgreSQL Dialect] Change PgInterval to String (#5403 by [Griffio][griffio])
  • [PostgreSQL Dialect] Support SqlDelight modules to implement PostgreSql extensions (#5677 by [Griffio][griffio])

Fixed

  • [Compiler] fix: notify queries when executing group statements with result (#5006 by [Vitor Hugo Schwaab][vitorhugods])
  • [Compiler] Fix SqlDelightModule type resolver (#5625 by [Griffio][griffio])
  • [Compiler] Fix 5501 insert object escaped column (#5503 by [Griffio][griffio])
  • [Compiler] Compiler: Improve error message such that path links are clickable with the correct line & char position. (#5604 by [Niklas Baudy][vanniktech])
  • [Compiler] Fix issue 5298: allow keywords to be used as table names
  • [Compiler] fix named executes and add test
  • [Compiler] Consider foreign key table constraints when sorting initialization statements (#5325 by [Leon Linhart][TheMrMilchmann])
  • [Compiler] Align error underlines properly when tabs are involved (#5224 by [Drew Dobson][drewd])
  • [JDBC Driver] Fix memory leak for connectionManager during end of transaction
  • [JDBC Driver] Run SQLite migrations inside transaction as mentioned in documentation (#5218 by [Lukáš Moravec][morki])
  • [JDBC Driver] Fix leaking connections after transaction commit / rollback (#5205 by [Lukáš Moravec][morki])
  • [Gradle Plugin] Execute DriverInitializer before GenerateSchemaTask (#5562 by [Emeka Nwagu][nwagu])
  • [Runtime] Fix crash in LogSqliteDriver when real driver is Async (#5723 by [Eric Denman][edenman])
  • [Runtime] Fix StringBuilder capacity (#5192 by [Jan Bína][janbina])
  • [PostgreSQL Dialect] PostgreSql create or replace view (#5407 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql to_json (#5606 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql numeric resolver (#5399 by [Griffio][griffio])
  • [PostgreSQL Dialect] sqlite windows function (#2799 by [Griffio][griffio])
  • [PostgreSQL Dialect] PostgreSql SELECT DISTINCT ON (#5345 by [Griffio][griffio])
  • [PostgreSQL Dialect] alter table add column if not exists (#5309 by [Griffio][griffio])
  • [PostgreSQL Dialect] Postgresql async bind parameter (#5313 by [Griffio][griffio])

... (truncated)

Commits
  • 19e6641 Prepare for release 2.1.0
  • b2a6169 Updating sql-psi to 0.5.2 (#5747)
  • 3e07c0b Also return for a clojure if the last statement returns a row count update (#...
  • b7a3b76 Point to the new snapshot coordinates in docs (#5746)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 29, 2025
@sonarqubecloud
Copy link
Copy Markdown

@OHoussein
Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 28, 2026

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@OHoussein
Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/app-dependencies-fc581024ae branch from d03ff18 to c2d235a Compare January 28, 2026 09:50
@sonarqubecloud
Copy link
Copy Markdown

@OHoussein
Copy link
Copy Markdown
Owner

@dependabot recreate

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

| Package | From | To |
| --- | --- | --- |
| org.gradle.toolchains.foojay-resolver-convention | `0.9.0` | `1.0.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.1.0` |
| [app.cash.sqldelight:android-driver](https://github.com/sqldelight/sqldelight) | `2.0.2` | `2.1.0` |
| [app.cash.sqldelight:native-driver](https://github.com/sqldelight/sqldelight) | `2.0.2` | `2.1.0` |
| [app.cash.sqldelight:sqlite-driver](https://github.com/sqldelight/sqldelight) | `2.0.2` | `2.1.0` |
| [app.cash.sqldelight:coroutines-extensions](https://github.com/sqldelight/sqldelight) | `2.0.2` | `2.1.0` |
| [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.0` |
| [org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose](https://github.com/JetBrains/compose-jb) | `2.8.4` | `2.9.4` |
| androidx.compose.ui:ui-tooling | `1.7.7` | `1.9.2` |
| androidx.compose.ui:ui-tooling-preview | `1.7.7` | `1.9.2` |
| [io.coil-kt.coil3:coil-compose](https://github.com/coil-kt/coil) | `3.1.0` | `3.3.0` |
| [io.coil-kt.coil3:coil-network-ktor3](https://github.com/coil-kt/coil) | `3.1.0` | `3.3.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.11.0` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.0.3` | `3.3.0` |
| [io.ktor:ktor-client-android](https://github.com/ktorio/ktor) | `3.0.3` | `3.3.0` |
| [io.ktor:ktor-client-ios](https://github.com/ktorio/ktor) | `3.0.3` | `3.3.0` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `3.0.3` | `3.3.0` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.0.3` | `3.3.0` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.0.3` | `3.3.0` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.0.3` | `3.3.0` |
| [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `3.0.3` | `3.3.0` |
| [app.cash.turbine:turbine](https://github.com/cashapp/turbine) | `1.2.0` | `1.2.1` |
| org.jetbrains.compose | `1.7.3` | `1.9.0` |



Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.9.0 to 1.0.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.1.0
- [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.1.0)

Updates `app.cash.sqldelight:android-driver` from 2.0.2 to 2.1.0
- [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.1.0)

Updates `app.cash.sqldelight:native-driver` from 2.0.2 to 2.1.0
- [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.1.0)

Updates `app.cash.sqldelight:sqlite-driver` from 2.0.2 to 2.1.0
- [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.1.0)

Updates `app.cash.sqldelight:coroutines-extensions` from 2.0.2 to 2.1.0
- [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.1.0)

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.0
- [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.4
- [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.9.2

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

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

Updates `io.coil-kt.coil3:coil-compose` from 3.1.0 to 3.3.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.3.0)

Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.1.0 to 3.3.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.3.0)

Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.1.0 to 3.3.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.3.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.11.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `app.cash.sqldelight:android-driver` from 2.0.2 to 2.1.0
- [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.1.0)

Updates `app.cash.sqldelight:native-driver` from 2.0.2 to 2.1.0
- [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.1.0)

Updates `app.cash.sqldelight:sqlite-driver` from 2.0.2 to 2.1.0
- [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.1.0)

Updates `app.cash.sqldelight:coroutines-extensions` from 2.0.2 to 2.1.0
- [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.1.0)

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

---
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: 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.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:android-driver
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:native-driver
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:sqlite-driver
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:coroutines-extensions
  dependency-version: 2.1.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.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.0
  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.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: androidx.compose.ui:ui-tooling
  dependency-version: 1.9.2
  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.9.2
  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.9.2
  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.3.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.3.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.3.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.11.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.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-android
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-ios
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-apache
  dependency-version: 3.3.0
  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.3.0
  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.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-mock
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-android
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-ios
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-apache
  dependency-version: 3.3.0
  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.3.0
  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.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-mock
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:android-driver
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:native-driver
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:sqlite-driver
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:coroutines-extensions
  dependency-version: 2.1.0
  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.9.0
  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 force-pushed the dependabot/gradle/app-dependencies-fc581024ae branch from c2d235a to a41bc94 Compare March 9, 2026 10:04
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Mar 9, 2026

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

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

@dependabot dependabot bot closed this Mar 16, 2026
@dependabot dependabot bot deleted the dependabot/gradle/app-dependencies-fc581024ae branch March 16, 2026 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant