From f3cff80c1f616b3d7b3cb845f59cf4e6d8019f2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 07:10:18 +0000 Subject: [PATCH] chore(deps): update kotlin monorepo to v2.2.0 --- clients/algoliasearch-client-kotlin/gradle/libs.versions.toml | 2 +- playground/kotlin/build.gradle.kts | 4 ++-- tests/output/kotlin/gradle/libs.versions.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/algoliasearch-client-kotlin/gradle/libs.versions.toml b/clients/algoliasearch-client-kotlin/gradle/libs.versions.toml index c0e50b7002b..ff024b9c00d 100644 --- a/clients/algoliasearch-client-kotlin/gradle/libs.versions.toml +++ b/clients/algoliasearch-client-kotlin/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.1.21" +kotlin = "2.2.0" ktor = "3.2.0" [libraries] diff --git a/playground/kotlin/build.gradle.kts b/playground/kotlin/build.gradle.kts index 2a7191e73c3..8eeec14ba87 100644 --- a/playground/kotlin/build.gradle.kts +++ b/playground/kotlin/build.gradle.kts @@ -1,6 +1,6 @@ plugins { - kotlin("jvm") version "2.1.21" - kotlin("plugin.serialization") version "2.1.21" + kotlin("jvm") version "2.2.0" + kotlin("plugin.serialization") version "2.2.0" id("application") } diff --git a/tests/output/kotlin/gradle/libs.versions.toml b/tests/output/kotlin/gradle/libs.versions.toml index 8284f4311b8..fabda103844 100644 --- a/tests/output/kotlin/gradle/libs.versions.toml +++ b/tests/output/kotlin/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.1.21" +kotlin = "2.2.0" coroutines = "1.10.2" serialization = "1.5.0" ktor = "3.2.0"