From 979ca082d861fd036b0c43c9f4fa4655e09db22c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:57:11 +0000 Subject: [PATCH] fix(deps): update junit5 monorepo to v5.11.4 --- reflexion/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflexion/build.gradle.kts b/reflexion/build.gradle.kts index 47d9907..90e80b4 100644 --- a/reflexion/build.gradle.kts +++ b/reflexion/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { compileOnly("org.jetbrains", "annotations", annotationsVersion) // testing - val junitVersion = "5.10.3" + val junitVersion = "5.11.4" testImplementation("org.junit.jupiter", "junit-jupiter-api", junitVersion) testImplementation("org.junit.jupiter", "junit-jupiter-params", junitVersion) testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", junitVersion)