From 91925e90998eac97f02d36cf44af2e093fcb8502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:24:32 +0000 Subject: [PATCH] chore(deps): bump kotlinVersion from 2.1.0 to 2.1.10 Bumps `kotlinVersion` from 2.1.0 to 2.1.10. Updates `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/commits) Updates `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/commits) Updates `plugin.power-assert` 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/commits) Updates `plugin.compose` 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/commits) Updates `plugin.serialization` 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/commits) --- updated-dependencies: - dependency-name: multiplatform dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: plugin.power-assert dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: plugin.compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c9977ea4d..a1a88744a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ allprojects { } plugins { - val kotlinVersion = "2.1.0" + val kotlinVersion = "2.1.10" kotlin("multiplatform") version kotlinVersion apply false kotlin("jvm") version kotlinVersion kotlin("plugin.power-assert") version kotlinVersion apply false