Skip to content

Commit 473945b

Browse files
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](google/ksp@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](Kotlin/kotlinx.coroutines@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] <support@github.com>
1 parent 742293b commit 473945b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ dependencies {
534534
implementation("com.sandinh:zbase32-commons-codec_2.12:1.0.0")
535535
implementation("org.bitbucket.b_c:jose4j:0.9.6")
536536
implementation("org.jsoup:jsoup:1.22.2")
537-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
537+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0")
538538
//kotlinx-serialization-core added to fix runtime issue with dependencies conflict.
539539
//Maybe it will be removed in future.
540540
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.11.0")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ plugins {
1111
id("androidx.navigation.safeargs.kotlin") version "2.9.8" apply false
1212
id("com.starter.easylauncher") version "6.4.1" apply false
1313
id("org.jetbrains.kotlin.plugin.parcelize") version "2.3.21" apply false
14-
id("com.google.devtools.ksp") version "2.3.7" apply false
14+
id("com.google.devtools.ksp") version "2.3.8" apply false
1515
id("org.ajoberstar.grgit") version "5.3.3" apply false
1616
}

0 commit comments

Comments
 (0)