From 882907a4b3d3a0ac62f6c8a82dcebb431c767a0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:44:03 +0000 Subject: [PATCH] deps: update kotlinxserialization to v1.7.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 83cfcb3cbba58..1bd4c4ebbd217 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ jsonSchemaValidator = "1.4.0" kotest = "5.9.1" kotlinxCoroutines = "1.8.1" kotlinxHtml = "0.11.0" -kotlinxSerialization = "1.6.3" +kotlinxSerialization = "1.7.0" ks3 = "0.6.0" tomlkt = "0.3.7" ktor = "2.3.11"