From dd0ef2d2c1d303ae1ea7ab581b26ecd57b2bd4a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:38:57 +0000 Subject: [PATCH] deps(deps): Bump the kotlin-tooling group with 4 updates Bumps the kotlin-tooling group with 4 updates: [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin.multiplatform](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover). Updates `org.jetbrains.kotlin:kotlin-test` from 2.1.21 to 2.3.0 - [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.21...v2.3.0) Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.21 to 2.3.0 - [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.21...v2.3.0) Updates `org.jetbrains.kotlin.multiplatform` from 2.1.21 to 2.3.0 - [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.21...v2.3.0) Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.21 to 2.3.0 - [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.21...v2.3.0) Updates `org.jetbrains.kotlin.multiplatform` from 2.1.21 to 2.3.0 - [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.21...v2.3.0) Updates `org.jetbrains.kotlinx.kover` from 0.7.5 to 0.9.5 - [Release notes](https://github.com/Kotlin/kotlinx-kover/releases) - [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-kover/compare/v0.7.5...v0.9.5) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-tooling - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-tooling - dependency-name: org.jetbrains.kotlin.multiplatform dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-tooling - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-tooling - dependency-name: org.jetbrains.kotlin.multiplatform dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-tooling - dependency-name: org.jetbrains.kotlinx.kover dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-tooling ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 89cd147..37aff31 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,13 +8,13 @@ androidx-appcompat = "1.7.1" androidx-core = "1.17.0" androidx-lifecycle = "2.9.6" composeMultiplatform = "1.9.3" -kotlin = "2.1.21" +kotlin = "2.3.0" koin = "4.1.1" kotlinx-coroutines = "1.10.2" mockk = "1.13.9" turbine = "1.0.0" -kover = "0.7.5" +kover = "0.9.5" [libraries] kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }