From a0ff94195f990e04b62c135e887a3b16b01d7f22 Mon Sep 17 00:00:00 2001 From: David Perez Date: Fri, 6 Jun 2025 11:31:05 -0500 Subject: [PATCH] Update Junit to v5.13.0 (#5323) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dd932b87ea..837a9ed07e 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.12.2" +junit5 = "5.13.0" jvmTarget = "17" # kotlin and ksp **must** use compatible versions, do not update either without the other. kotlin = "2.1.21"