From 8bbd4cbe835b6fe5ca3c77b47adc14c118434b61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 20:02:51 +0000 Subject: [PATCH] fix(deps): update junit5 monorepo to v5.10.1 --- 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 6ec9cb5..0ffd6e7 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.0" + val junitVersion = "5.10.1" testImplementation("org.junit.jupiter", "junit-jupiter-api", junitVersion) testImplementation("org.junit.jupiter", "junit-jupiter-params", junitVersion) testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", junitVersion)