From 08552f33a255ee142f7a32ce164cf6bb285cffd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 10:04:54 +0000 Subject: [PATCH] Build(deps): bump the kotlin group across 1 directory with 3 updates Bumps the kotlin group with 3 updates in the / directory: [org.jetbrains.kotlin.plugin.parcelize](https://github.com/JetBrains/kotlin), [com.google.devtools.ksp](https://github.com/google/ksp) and [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin.plugin.parcelize` from 2.4.10 to 2.4.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.4.10...v2.4.20) Updates `com.google.devtools.ksp` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.3.11...2.3.12) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.4.10 to 2.4.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.4.10...v2.4.20) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-version: 2.3.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlin.plugin.parcelize dependency-version: 2.4.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 2.4.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index d1a434edb..865644be8 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -473,7 +473,7 @@ dependencies { testImplementation("com.shazam:shazamcrest:0.11") testImplementation("org.robolectric:robolectric:4.16.1") //we need it to test Parcelable implementation - testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.4.10") + testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.4.20") testImplementation("junit:junit:4.13.2") testImplementation("androidx.room:room-testing:2.8.4") testImplementation("io.github.classgraph:classgraph:4.8.195") diff --git a/build.gradle.kts b/build.gradle.kts index 3c619e763..9147fe360 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { id("com.android.application") version "9.4.0" apply false id("androidx.navigation.safeargs.kotlin") version "2.10.0" apply false id("com.starter.easylauncher") version "6.4.1" apply false - id("org.jetbrains.kotlin.plugin.parcelize") version "2.4.10" apply false - id("com.google.devtools.ksp") version "2.3.11" apply false + id("org.jetbrains.kotlin.plugin.parcelize") version "2.4.20" apply false + id("com.google.devtools.ksp") version "2.3.12" apply false id("org.ajoberstar.grgit") version "5.3.3" apply false }