From f3a5a3347dfb104712b7a82a1797d26410e0b3a9 Mon Sep 17 00:00:00 2001 From: Ziggy Date: Sat, 29 Jun 2024 16:39:38 +0200 Subject: [PATCH] Bumped junit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 20d4c4b5b..869c34c56 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -82,7 +82,7 @@ dependencies { utilityImplementation(project(":")) utilityImplementation(project(":pswgcommon")) - val junit5Version = "5.10.1" + val junit5Version = "5.10.3" testImplementation(group="org.junit.jupiter", name="junit-jupiter-api", version=junit5Version) testRuntimeOnly(group="org.junit.jupiter", name="junit-jupiter-engine", version=junit5Version) testRuntimeOnly(group="org.junit.platform", name="junit-platform-launcher", version="1.10.1")