From 466a0ee71fb0fdaff8ece990c30c34ee9ddf670b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 05:05:33 +0000 Subject: [PATCH] build(deps): bump ktVersion from 2.3.0 to 2.3.10 in /app Bumps `ktVersion` from 2.3.0 to 2.3.10. Updates `android` from 2.3.0 to 2.3.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.0...v2.3.10) Updates `plugin.serialization` from 2.3.0 to 2.3.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.0...v2.3.10) --- updated-dependencies: - dependency-name: android dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: plugin.serialization dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ab98a7b..4bea8d6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget plugins { id("com.android.application") version "8.13.1" - val ktVersion = "2.3.0" + val ktVersion = "2.3.10" kotlin("android") version ktVersion kotlin("plugin.serialization") version ktVersion