From 0e6d07ec4b1052e906b0bbfb82e35d53f36924a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 03:55:28 +0000 Subject: [PATCH] Update junit-framework monorepo --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8cfc928..c63d000 100644 --- a/build.gradle +++ b/build.gradle @@ -77,9 +77,9 @@ configure(javaProjects()) { testImplementation 'com.openpojo:openpojo:0.9.1' testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" testImplementation 'org.mockito:mockito-junit-jupiter:5.9.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.4' } }