From 492e9a9c2973f99d76ec32355ec2b56854b5dfb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:26:57 +0000 Subject: [PATCH] chore(deps)(deps): bump org.jetbrains.kotlin.plugin.compose Bumps the kotlin-toolchain group with 1 update: [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin.plugin.compose` from 2.4.0 to 2.4.10 - [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.4.0...v2.4.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-toolchain ... 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 cf77258..7f29833 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ lifecycleRuntimeKtx = "2.11.0" lifecycleViewmodelCompose = "2.11.0" lifecycleRuntimeCompose = "2.11.0" activityCompose = "1.13.0" -kotlin = "2.4.0" +kotlin = "2.4.10" composeBom = "2026.06.01" googleDevtoolsKsp = "2.3.10" navigationCompose = "2.9.8"