diff --git a/CHANGELOG.md b/CHANGELOG.md index f80de1b5a86..b9a57008da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * `KSLog`: `1.5.2` -> `1.6.0` * `KSP`: `2.3.4` -> `2.3.6` * `Compose`: `1.10.0` -> `1.10.1` + * `SQLite`: `3.50.1.0` -> `3.51.2.0` * `Coroutines`: * `runCatchingLogging` updated to rethrow `CancellationException` and log other exceptions diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index eb757fb6dbc..d7ec923ba7a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,8 +14,7 @@ jb-compose-icons = "1.7.8" jb-exposed = "1.0.0" jb-dokka = "2.1.0" -# 3.51.0.0 contains bug, checking with ./gradlew :micro_utils.repos.exposed:jvmTest -sqlite = "3.50.1.0" +sqlite = "3.51.2.0" korlibs = "5.4.0" uuid = "0.8.4"