From 80805bced17517d3271f325e06a39aea082befed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:38:43 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.jvm from 2.3.20 to 2.4.10 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.3.20 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.3.20...v2.4.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch ... 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 267a108..a1f2e8a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,6 +9,6 @@ test-junit-launcher = { group="org.junit.platform", name="junit-platform-launche test-strikt = "io.strikt:strikt-core:0.35.1" [plugins] -kotlin = "org.jetbrains.kotlin.jvm:2.3.20" +kotlin = "org.jetbrains.kotlin.jvm:2.4.10" dokka = "org.jetbrains.dokka:2.1.0" nmcp = "com.gradleup.nmcp:1.4.4"