From 75bec360cae052fae53c61b1551ce57e079e0a5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:07:32 +0000 Subject: [PATCH] chore(deps): update kotlin monorepo to v1.9.25 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 81afcc7..c70a262 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,9 +3,9 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar plugins { // Apply the Kotlin JVM plugin to add support for Kotlin. - id("org.jetbrains.kotlin.jvm") version "1.8.0" + id("org.jetbrains.kotlin.jvm") version "1.9.25" // Kotlinx serialization for any data format - kotlin("plugin.serialization") version "1.8.0" + kotlin("plugin.serialization") version "1.9.25" // Shade the plugin id("com.github.johnrengelman.shadow") version "7.1.2" // Allow publishing