diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 602febc092..de914b3d3d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"