From 896be911a4a192e7796834d5796aced589989782 Mon Sep 17 00:00:00 2001 From: David Perez Date: Tue, 1 Jul 2025 11:13:08 -0500 Subject: [PATCH] Update Junit and Mockk libraries (#5455) --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"