From da7bc1dc35d8814b6d2c94ffcfff9e41dcbca598 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:10:45 +0000 Subject: [PATCH] chore(deps): update junit to v6 --- 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 1f8c21b5d..29e2a530a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ kotlin = "1.9.22" spotless = "8.10.1" # Testing -junit = "5.9.3" +junit = "6.1.3" junit-platform = "1.9.3" # JUnit Platform version corresponding to JUnit Jupiter 5.9.2 junit-pioneer = "1.9.1" slf4j = "2.0.18"