From 9d1a1fe238c2e23990fc0d612c8c34de0913f221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:27:54 +0000 Subject: [PATCH] build(deps): bump kotlin from 2.1.20 to 2.2.20 Bumps `kotlin` from 2.1.20 to 2.2.20. Updates `org.jetbrains.kotlin:kotlin-test` from 2.1.20 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.1.20...v2.2.20) Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.20 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.1.20...v2.2.20) Updates `org.jetbrains.kotlin.plugin.atomicfu` from 2.1.20 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.1.20...v2.2.20) Updates `org.jetbrains.kotlin.multiplatform` from 2.1.20 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.1.20...v2.2.20) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.1.20 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.1.20...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-minor - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.plugin.atomicfu dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.multiplatform dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e5c25527..ef86c1ab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] agp = "8.9.3" compose = "1.8.0" -kotlin = "2.1.20" +kotlin = "2.2.20" coroutines = "1.10.2" voyager = "1.1.0-beta01"