From b066891a4218a3f7475c6f6b3bc269d3aaf19f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:08:29 +0000 Subject: [PATCH] build(deps): bump org.jetbrains.kotlin.android Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) 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: org.jetbrains.kotlin.android dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 07_animations/recycler/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_animations/recycler/gradle/libs.versions.toml b/07_animations/recycler/gradle/libs.versions.toml index 2a33a99da..3c2864edd 100644 --- a/07_animations/recycler/gradle/libs.versions.toml +++ b/07_animations/recycler/gradle/libs.versions.toml @@ -3,7 +3,7 @@ agp = "8.13.2" converterGson = "3.0.0" glide = "5.0.5" imagepicker = "2.1" -kotlin = "2.3.0" +kotlin = "2.3.10" kotlinxCoroutinesAndroid = "1.10.2" ksp = "2.3.4" googleServices = "4.4.4"