From 84c237ed58b52b6b91c11a2d8c873410c9442265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:39:55 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlin.plugin.compose Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.4.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.0...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.0 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 4fe963f7b..a9263fd50 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ androidLibrary = { id = "com.android.library", version.ref = "agp" } buildConfig = { id = "com.github.gmazzo.buildconfig", version = "6.0.9" } springBoot = { id = "org.springframework.boot", version = "3.4.1" } springDependencyManagement = { id = "io.spring.dependency-management", version = "1.1.7" } -composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version = "2.1.0" } +composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version = "2.4.0" } [libraries] junit = { group = "junit", name = "junit", version = "4.13.2" }