From ae40bb3ad562c24897e73e1f255d4fb22daf7e54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:25:23 +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 3411ea35..11d16c26 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { // Apply the Kotlin JVM plugin to add support for Kotlin. kotlin("jvm") version "1.7.22" // Kotlinx serialization for any data format - kotlin("plugin.serialization") version "1.7.22" + kotlin("plugin.serialization") version "1.9.22" // Shade the plugin id("com.github.johnrengelman.shadow") version "7.1.2" // Allow publishing