From 6db945f0d7847a29806e886d4202043b75a55bd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:06:41 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.0 --- 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..e483a332 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.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")