From 3940997ef941bfcc4ad6808e863fcc16eca22856 Mon Sep 17 00:00:00 2001 From: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:17:23 -0500 Subject: [PATCH] [deps] Update junit5 to 5.11.4 (#4819) --- 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 2152f9b363..694c174977 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ googleProtoBufPlugin = "0.9.4" googleServices = "4.4.2" googleReview = "2.0.2" hilt = "2.55" -junit5 = "5.11.3" +junit5 = "5.11.4" jvmTarget = "17" # kotlin and ksp **must** use compatible versions, do not update either without the other. kotlin = "2.1.10"