From 4d76f4f059c3e8c907918f08483c66b7841060a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 01:50:00 +0000 Subject: [PATCH] Update dependency org.junit.jupiter:junit-jupiter to v5.13.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2b3a074..2bcbe59 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { api("com.martiansoftware:jsap:2.1") api("commons-io:commons-io:2.19.0") java11SourceSet.apiConfigurationName("commons-io:commons-io:2.19.0") - testImplementation("org.junit.jupiter:junit-jupiter:5.8.1") + testImplementation("org.junit.jupiter:junit-jupiter:5.13.1") testImplementation("org.junit.jupiter:junit-jupiter-params") testImplementation("commons-fileupload:commons-fileupload:1.3.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher")