From dfec2771edc5c6f764017daa06e3f2c58c339eac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:05:42 +0000 Subject: [PATCH] Update plugin org.jetbrains.kotlin.plugin.serialization to v1.9.22 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4a2a6d3..f38893e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { // Apply the Kotlin JVM plugin to add support for Kotlin. id("org.jetbrains.kotlin.jvm") version "1.6.10" // Kotlinx serialization for any data format - kotlin("plugin.serialization") version "1.6.10" + kotlin("plugin.serialization") version "1.9.22" // Shade the plugin id("com.github.johnrengelman.shadow") version "7.0.0" // Allow publishing