From 694dd8fd28631f749a513a8eb7559cc753dcdfa3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:12:36 +0000 Subject: [PATCH] Update junit5 monorepo to v5.11.4 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 510fb0c..de5a060 100644 --- a/build.gradle +++ b/build.gradle @@ -71,9 +71,9 @@ dependencies { // testing libs testImplementation "org.jetbrains.kotlin:kotlin-test:$KOTLIN_VER" testImplementation 'junit:junit:4.13.2' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' testImplementation 'org.mockito.kotlin:mockito-kotlin:4.1.0' }