From 0ab911565b2283a0eaa0f8ffa3a47895a524bb7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:03:33 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.2 --- archiver/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archiver/build.gradle.kts b/archiver/build.gradle.kts index cbe9dbdf..93b4206b 100644 --- a/archiver/build.gradle.kts +++ b/archiver/build.gradle.kts @@ -12,7 +12,7 @@ repositories { dependencies { implementation("org.ajoberstar.git-publish:gradle-git-publish:3.0.1") // Attention: kotlinx-serialization-json must be compatible with embeddedKotlinVersion - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")