From c42e4f8c061a145a3d62c0879c36e4829d0ed8a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:51:57 +0000 Subject: [PATCH] fix(deps): update junit5 monorepo to v5.11.3 --- 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..c515cf1 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.3" testImplementation("org.junit.jupiter", "junit-jupiter-api", junitVersion) testImplementation("org.junit.jupiter", "junit-jupiter-params", junitVersion) testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", junitVersion)