From 8ace2c0ca5537044947e00496f24395ab593cf04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:05:22 +0200 Subject: [PATCH] chore(deps): bump junit5 from 5.10.2 to 5.11.0 - no ticket (#3357) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 50b6434e466..d9f38ff0a6d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -99,7 +99,7 @@ androidx-test-runner = "1.5.2" androidx-test-uiAutomator = "2.3.0" androidx-text-archCore = "2.2.0" junit4 = "4.13.2" -junit5 = "5.10.2" +junit5 = "5.11.0" kluent = "1.73" mockk = "1.13.10" okio = "3.9.0"