From 658971a290fd9f5bac79e579a3cf907f7192f244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 02:23:24 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.android in /08_maps/android-yandex Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.2.10 to 2.2.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 08_maps/android-yandex/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_maps/android-yandex/build.gradle b/08_maps/android-yandex/build.gradle index cb7e6205c..18fc8c42f 100644 --- a/08_maps/android-yandex/build.gradle +++ b/08_maps/android-yandex/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "2.2.10" + ext.kotlin_version = "2.2.21" ext.android_gradle_version = "8.12.1" }