Skip to content

Commit 6f52a46

Browse files
Bump the kotlin group with 2 updates
Bumps the kotlin group with 2 updates: [org.jetbrains.kotlin.plugin.parcelize](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin.plugin.parcelize` from 2.3.21 to 2.4.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.21...v2.4.0) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.3.21 to 2.4.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.21...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.parcelize dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92ffe68 commit 6f52a46

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
@@ -473,7 +473,7 @@ dependencies {
473473
testImplementation("com.shazam:shazamcrest:0.11")
474474
testImplementation("org.robolectric:robolectric:4.16.1")
475475
//we need it to test Parcelable implementation
476-
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.3.21")
476+
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.4.0")
477477
testImplementation("junit:junit:4.13.2")
478478
testImplementation("androidx.room:room-testing:2.8.4")
479479
testImplementation("io.github.classgraph:classgraph:4.8.184")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id("com.android.application") version "9.2.1" apply false
1111
id("androidx.navigation.safeargs.kotlin") version "2.9.8" apply false
1212
id("com.starter.easylauncher") version "6.4.1" apply false
13-
id("org.jetbrains.kotlin.plugin.parcelize") version "2.3.21" apply false
13+
id("org.jetbrains.kotlin.plugin.parcelize") version "2.4.0" apply false
1414
id("com.google.devtools.ksp") version "2.3.9" apply false
1515
id("org.ajoberstar.grgit") version "5.3.3" apply false
1616
}

0 commit comments

Comments
 (0)