From d8c788cd498c1d8dfbe34c7700187c6c0148ab46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 01:24:29 +0000 Subject: [PATCH] Bump kotlin from 2.1.0 to 2.1.10 in /kt Bumps `kotlin` from 2.1.0 to 2.1.10. Updates `org.jetbrains.kotlin.jvm` from 2.1.0 to 2.1.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.1.0...v2.1.10) Updates `org.jetbrains.kotlin.multiplatform` from 2.1.0 to 2.1.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.1.0...v2.1.10) Updates `org.jetbrains.kotlin.plugin.allopen` from 2.1.0 to 2.1.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.1.0...v2.1.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.plugin.allopen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- kt/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kt/gradle/libs.versions.toml b/kt/gradle/libs.versions.toml index 94eb25f8..e832b0c2 100644 --- a/kt/gradle/libs.versions.toml +++ b/kt/gradle/libs.versions.toml @@ -2,7 +2,7 @@ asm = "9.7.1" detekt = "1.23.7" junit-jupiter = "5.11.4" -kotlin = "2.1.0" +kotlin = "2.1.10" kotlinx-benchmark = "0.4.13" kotlinx-coroutines = "1.10.1" kotlinpoet = "2.0.0"