From 473945bb633e7309118e65fb1647e83804d0252f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 18:49:56 +0000 Subject: [PATCH] Bump the kotlin group with 2 updates Bumps the kotlin group with 2 updates: [com.google.devtools.ksp](https://github.com/google/ksp) and [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines). Updates `com.google.devtools.ksp` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.3.7...2.3.8) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.10.2 to 1.11.0 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.10.2...1.11.0) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-version: 2.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index ca9c26946..2531f37cb 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -534,7 +534,7 @@ dependencies { implementation("com.sandinh:zbase32-commons-codec_2.12:1.0.0") implementation("org.bitbucket.b_c:jose4j:0.9.6") implementation("org.jsoup:jsoup:1.22.2") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0") //kotlinx-serialization-core added to fix runtime issue with dependencies conflict. //Maybe it will be removed in future. implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.11.0") diff --git a/build.gradle.kts b/build.gradle.kts index a818bb489..0b489a0ac 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,6 +11,6 @@ plugins { id("androidx.navigation.safeargs.kotlin") version "2.9.8" apply false id("com.starter.easylauncher") version "6.4.1" apply false id("org.jetbrains.kotlin.plugin.parcelize") version "2.3.21" apply false - id("com.google.devtools.ksp") version "2.3.7" apply false + id("com.google.devtools.ksp") version "2.3.8" apply false id("org.ajoberstar.grgit") version "5.3.3" apply false }