From 9bc38fb916b4c5fd750f977e36f243098caf74b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 19:56:52 +0000 Subject: [PATCH] Update junit5 monorepo to v5.10.1 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6391f67..3ad54af 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.10.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' testImplementation 'org.mockito.kotlin:mockito-kotlin:4.1.0' }