File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ dependencies {
481481 testImplementation(" com.shazam:shazamcrest:0.11" )
482482 testImplementation(" org.robolectric:robolectric:4.16.1" )
483483 // we need it to test Parcelable implementation
484- testImplementation(" org.jetbrains.kotlin:kotlin-reflect:2.3.0 " )
484+ testImplementation(" org.jetbrains.kotlin:kotlin-reflect:2.3.21 " )
485485 testImplementation(" junit:junit:4.13.2" )
486486 testImplementation(" androidx.room:room-testing:2.8.4" )
487487 testImplementation(" io.github.classgraph:classgraph:4.8.184" )
@@ -545,7 +545,7 @@ dependencies {
545545 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2" )
546546 // kotlinx-serialization-core added to fix runtime issue with dependencies conflict.
547547 // Maybe it will be removed in future.
548- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.9 .0" )
548+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-core:1.11 .0" )
549549 implementation(" org.pgpainless:pgpainless-core:2.0.2" )
550550 implementation(" org.eclipse.angus:angus-mail:2.0.5" )
551551 implementation(" org.eclipse.angus:gimap:2.0.5" )
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ apply(from = "$rootDir/ext.gradle.kts")
88
99plugins {
1010 id(" com.android.application" ) version " 9.1.1" apply false
11- id(" androidx.navigation.safeargs.kotlin" ) version " 2.9.6 " apply false
11+ 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.0 " apply false
14- id(" com.google.devtools.ksp" ) version " 2.3.4 " apply false
13+ id(" org.jetbrains.kotlin.plugin.parcelize" ) version " 2.3.21 " apply false
14+ id(" com.google.devtools.ksp" ) version " 2.3.7 " apply false
1515 id(" org.ajoberstar.grgit" ) version " 5.3.3" apply false
1616}
You can’t perform that action at this time.
0 commit comments