From 3a980d5a73d67d8bc7c556b338df90c6e7c0c97e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 21:38:05 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.plugin.parcelize from 2.1.0 to 2.1.10 Bumps [org.jetbrains.kotlin.plugin.parcelize](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.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.1.0...v2.1.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.parcelize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 06937f51dd..d70ac01345 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { id("org.jetbrains.kotlin.android") version "2.1.10" apply false id("androidx.navigation.safeargs.kotlin") version "2.8.6" apply false id("com.starter.easylauncher") version "6.4.0" apply false - id("org.jetbrains.kotlin.plugin.parcelize") version "2.1.0" apply false + id("org.jetbrains.kotlin.plugin.parcelize") version "2.1.10" apply false id("com.google.devtools.ksp") version "2.1.10-1.0.29" apply false id("org.ajoberstar.grgit") version "5.3.0" apply false }