From 1cdc478034712ffd5b51df7080f63a51e629f76a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 11:33:23 +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 ae63fc2..bd1e658 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.12.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.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") } tasks.test {