From 3df90b199379fdb11247db8e421ec24b61665ec8 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 24 Feb 2026 15:40:05 +0600 Subject: [PATCH] update sqlite (wow^^) --- CHANGELOG.md | 1 + gradle/libs.versions.toml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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"