Skip to content

Commit 02fa7fc

Browse files
Bump the kotlin group with 4 updates (#3171)
Bumps the kotlin group with 4 updates: [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin), [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.android` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `org.jetbrains.kotlin.plugin.parcelize` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `com.google.devtools.ksp` from 2.3.3 to 2.3.4 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.3...2.3.4) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: org.jetbrains.kotlin.plugin.parcelize dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: com.google.devtools.ksp dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Den <DenBond7@gmail.com>
1 parent fbb792e commit 02fa7fc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ dependencies {
449449
testImplementation("com.shazam:shazamcrest:0.11")
450450
testImplementation("org.robolectric:robolectric:4.16")
451451
//we need it to test Parcelable implementation
452-
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.21")
452+
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.3.0")
453453
testImplementation("junit:junit:4.13.2")
454454
testImplementation("androidx.room:room-testing:2.8.4")
455455
testImplementation("io.github.classgraph:classgraph:4.8.184")

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
plugins {
99
id("com.android.application") version "8.13.2" apply false
10-
id("org.jetbrains.kotlin.android") version "2.2.21" apply false
10+
id("org.jetbrains.kotlin.android") version "2.3.0" apply false
1111
id("androidx.navigation.safeargs.kotlin") version "2.9.6" apply false
1212
id("com.starter.easylauncher") version "6.4.1" apply false
13-
id("org.jetbrains.kotlin.plugin.parcelize") version "2.2.21" apply false
14-
id("com.google.devtools.ksp") version "2.3.3" apply false
13+
id("org.jetbrains.kotlin.plugin.parcelize") version "2.3.0" apply false
14+
id("com.google.devtools.ksp") version "2.3.4" apply false
1515
id("org.ajoberstar.grgit") version "5.3.3" apply false
1616
}
1717

0 commit comments

Comments
 (0)