From 4c8149df712496c0e2e988af9e2a3f54629d322b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 09:13:55 +0000 Subject: [PATCH] Update junit5 monorepo --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index bd1e658..0895cd1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,10 +21,10 @@ subprojects { dependencies { compileOnly("org.jetbrains:annotations:26.0.2") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.0") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.0") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1") } tasks.test {