From fe614fc6c6e47c6972ef64ee94688c0729f9e114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:02:03 +0000 Subject: [PATCH] Bump kotlin from 2.2.10 to 2.2.20 Bumps `kotlin` from 2.2.10 to 2.2.20. Updates `org.jetbrains.kotlin:kotlin-test` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20) Updates `org.jetbrains.kotlin.multiplatform` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.multiplatform dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1287067..a19a912 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] agp = "8.9.3" -kotlin = "2.2.10" +kotlin = "2.2.20" kotlinSerialization = "1.9.0" # https://github.com/Kotlin/kotlinx.serialization/releases kotlinCoroutines = "1.10.2" # https://github.com/Kotlin/kotlinx.coroutines/releases ktor = "3.2.3" # https://github.com/ktorio/ktor/releases