From 2203abbbc5d0f6b4bbaed42bca405fb1872ab6ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:40:33 +0200 Subject: [PATCH] Update junit5 monorepo to v5.11.3 (#58) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 c38b4c4..54be675 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ hilt = "2.52" koin = "4.0.0" detekt = "1.23.7" ktlint = "1.3.1" -junit5 = "5.11.2" +junit5 = "5.11.3" mockk = "1.13.13" truth = "1.4.4" turbine = "1.2.0"