From be3ab58d47753d4e933dd522fe64dd6617016258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 02:08:04 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlin.android in /08_maps/android Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.3.0 to 2.3.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.3.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.0...v2.3.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.3.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 08_maps/android/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_maps/android/gradle/libs.versions.toml b/08_maps/android/gradle/libs.versions.toml index c03a0b747..7556f64c8 100644 --- a/08_maps/android/gradle/libs.versions.toml +++ b/08_maps/android/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] agp = "8.13.2" -kotlin = "2.3.0" +kotlin = "2.3.20" googleServices = "4.4.4" coreKtx = "1.17.0" appcompat = "1.7.1"