From db9881e7fb6e3ba4897331a318583b58296d98de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 04:03:40 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin.jvm in /backend Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.1.21 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.21...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index ee6be7ac..e5c12baf 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -24,7 +24,7 @@ plugins { id "pl.allegro.tech.build.axion-release" version "1.21.1" id "com.diffplug.spotless" version "8.5.1" - id "org.jetbrains.kotlin.jvm" version "2.1.21" + id "org.jetbrains.kotlin.jvm" version "2.4.0" id "org.jetbrains.kotlin.plugin.allopen" version "2.1.21" }