99 androidTargetSdkVersion = 29
1010
1111 // KOTLIN
12- kotlinVersion = " 1.4.10 "
12+ kotlinVersion = " 1.4.21 "
1313 kotlinStdlib = " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion "
1414 kotlinReflect = " org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion "
1515
@@ -22,12 +22,12 @@ ext {
2222
2323 // rx
2424 rxjava2Version = " 2.2.20"
25- rxjava3Version = " 3.0.7 "
25+ rxjava3Version = " 3.0.8 "
2626 rxjava2 = " io.reactivex.rxjava2:rxjava:$rxjava2Version "
2727 rxjava3 = " io.reactivex.rxjava3:rxjava:$rxjava3Version "
2828
2929 // coroutines
30- coroutinesVerison = " 1.4.1 "
30+ coroutinesVerison = " 1.4.2 "
3131 coroutines = " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVerison "
3232 coroutinesAndroid = " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVerison "
3333
@@ -36,16 +36,16 @@ ext {
3636 livedata = " androidx.lifecycle:lifecycle-livedata:$livedataVersion "
3737
3838 // spek
39- spekVersion = " 2.0.13 "
39+ spekVersion = " 2.0.15 "
4040 spekDslJvm = " org.spekframework.spek2:spek-dsl-jvm:$spekVersion "
4141 spekDslRunner = " org.spekframework.spek2:spek-runner-junit5:$spekVersion "
4242
4343 // assertJ
44- assertJCoreVerison = " 3.18.0 "
44+ assertJCoreVerison = " 3.18.1 "
4545 assertJCore = " org.assertj:assertj-core:$assertJCoreVerison "
4646
4747 // mock
48- mockKVersion = " 1.10.2 "
48+ mockKVersion = " 1.10.3 "
4949 mockK = " io.mockk:mockk:$mockKVersion "
5050
5151
0 commit comments