Bump sqldelightVer from 1.5.3 to 1.5.4

Bumps `sqldelightVer` from 1.5.3 to 1.5.4.

Updates `gradle-plugin` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/square/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/sqldelight/compare/1.5.3...1.5.4)

Updates `android-driver` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/square/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/sqldelight/compare/1.5.3...1.5.4)

Updates `sqlite-driver` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/square/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/sqldelight/compare/1.5.3...1.5.4)

---
updated-dependencies:
- dependency-name: com.squareup.sqldelight:gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.squareup.sqldelight:android-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.squareup.sqldelight:sqlite-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-07 05:49:17 +00:00 committed by GitHub
parent 1e060dad44
commit d2cbb37066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ ext.Dependencies.with {
}
def kotlinVer = "1.7.10"
def sqldelightVer = "1.5.3"
def sqldelightVer = "1.5.4"
def composeVer = "1.2.1"
def ktorVer = "2.1.2"