Skip to content

Commit 6e6bcc7

Browse files
Bump the kotlin group with 4 updates (#3121)
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.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) Updates `org.jetbrains.kotlin.plugin.parcelize` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) Updates `com.google.devtools.ksp` from 2.2.10-2.0.2 to 2.2.20-2.0.3 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.2.10-2.0.2...2.2.20-2.0.3) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlin.plugin.parcelize dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: com.google.devtools.ksp dependency-version: 2.2.20-2.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15c6e0e commit 6e6bcc7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ dependencies {
447447
testImplementation("com.shazam:shazamcrest:0.11")
448448
testImplementation("org.robolectric:robolectric:4.16")
449449
//we need it to test Parcelable implementation
450-
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.10")
450+
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.20")
451451
testImplementation("junit:junit:4.13.2")
452452
testImplementation("androidx.room:room-testing:2.7.2")
453453
testImplementation("io.github.classgraph:classgraph:4.8.181")

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.0" apply false
10-
id("org.jetbrains.kotlin.android") version "2.2.10" apply false
10+
id("org.jetbrains.kotlin.android") version "2.2.20" apply false
1111
id("androidx.navigation.safeargs.kotlin") version "2.9.3" apply false
1212
id("com.starter.easylauncher") version "6.4.1" apply false
13-
id("org.jetbrains.kotlin.plugin.parcelize") version "2.2.10" apply false
14-
id("com.google.devtools.ksp") version "2.2.10-2.0.2" apply false
13+
id("org.jetbrains.kotlin.plugin.parcelize") version "2.2.20" apply false
14+
id("com.google.devtools.ksp") version "2.2.20-2.0.3" apply false
1515
id("org.ajoberstar.grgit") version "5.3.3" apply false
1616
}
1717

0 commit comments

Comments
 (0)