From a7f530c633bbc234e994f62439a82afe43a2efa4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 05:47:18 +0000 Subject: [PATCH] Update junit-framework monorepo to v5.14.1 --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 37360cd..5a72a1a 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -44,11 +44,11 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.38' implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.20.1' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.1' testCompile "org.mockito:mockito-core:5.21.0" testCompileOnly 'org.projectlombok:lombok:1.18.38' testAnnotationProcessor 'org.projectlombok:lombok:1.18.38' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.1' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.20.1'