From d3ed9db453f3d343de49f5a37cb724a0cb27bdae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 03:11:43 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-gradle-plugin Bumps the gradle-dependencies group with 1 update: [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.1.10 to 2.1.20 - [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.1.10...v2.1.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 02aab53..8be7412 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,6 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:8.9.0" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20" } } \ No newline at end of file