Update Junit and Mockk libraries (#5455)

This commit is contained in:
David Perez
2025-07-01 16:13:08 +00:00
committed by GitHub
parent 85a86106f6
commit 896be911a4
+2 -2
View File
@@ -36,7 +36,7 @@ googleProtoBufPlugin = "0.9.5"
googleServices = "4.4.2"
googleReview = "2.0.2"
hilt = "2.56.2"
junit5 = "5.13.1"
junit5 = "5.13.2"
jvmTarget = "17"
# kotlin and ksp **must** use compatible versions, do not update either without the other.
kotlin = "2.2.0"
@@ -45,7 +45,7 @@ kotlinxCoroutines = "1.10.2"
kotlinxSerialization = "1.8.1"
kotlinxKover = "0.9.1"
ksp = "2.2.0-2.0.2"
mockk = "1.14.2"
mockk = "1.14.4"
okhttp = "4.12.0"
retrofitBom = "3.0.0"
robolectric = "4.15.1"