Skip to content

Commit 0816c89

Browse files
committed
[Infra] Bump kotlin and related deps to 2.0.21
Jump to the kotlin 2.x badgawon. Beyond updating the stdlib, related dependencies are bumped to the latest version they released that also depends on 2.0.x Includse: - coroutines - serialization - mockk
1 parent f14fc0e commit 0816c89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cardview = "1.0.0"
1717
checkerQual = "2.5.2"
1818
constraintlayout = "2.1.4"
1919
coreKtx = "1.12.0"
20-
coroutines = "1.7.3"
20+
coroutines = "1.9.0"
2121
dagger = "2.43.2"
2222
datastore = "1.1.3"
2323
dexmaker = "2.28.1"
@@ -45,16 +45,16 @@ javalite = "3.25.5"
4545
jsonassert = "1.5.0"
4646
kotest = "5.9.0" # Do not use 5.9.1 because it reverts the fix for https://github.com/kotest/kotest/issues/3981
4747
kotestAssertionsCore = "5.8.1"
48-
kotlin = "1.8.22"
49-
ktorVersion = "2.3.2"
48+
kotlin = "2.0.21"
49+
ktorVersion = "3.0.3"
5050
legacySupportV4 = "1.0.0"
5151
lifecycleProcess = "2.3.1"
5252
material = "1.12.0"
5353
mavenResolverApi = "1.9.23"
5454
mavenResolverProvider = "3.9.9"
5555
mockito = "5.2.0"
5656
mockitoAndroid = "3.4.0"
57-
mockk = "1.13.11"
57+
mockk = "1.14.2" # Do not use 1.14.3 or above since it bumps kotlin to 2.1.x
5858
playServicesCloudMessaging = "17.2.0"
5959
playServicesStats = "17.0.2"
6060
playServicesVision = "20.1.3"
@@ -68,7 +68,7 @@ robolectric = "4.12"
6868
runner = "1.0.2"
6969
rxandroid = "2.0.2"
7070
rxjava = "2.1.14"
71-
serialization = "1.5.1"
71+
serialization = "1.7.3"
7272
slf4jNop = "2.0.9"
7373
spotless = "7.0.4"
7474
testServices = "1.2.0"

0 commit comments

Comments
 (0)