From 7ce72a00d49161df81454c0fb980a3a479206a1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:54:22 +0000 Subject: [PATCH] fix(deps): update junit5 monorepo to v5.10.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 a04fd7d..47d9907 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.2" + val junitVersion = "5.10.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)