From a1008ddd5746aec9382077751907d9674aec55f5 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:06:27 +0000 Subject: [PATCH] fix(deps): update junit-framework monorepo to v5.14.4 | datasource | package | from | to | | ---------- | -------------------------------------- | ----- | ------ | | maven | org.junit.jupiter:junit-jupiter-engine | 5.7.2 | 5.14.4 | | maven | org.junit.jupiter:junit-jupiter-api | 5.7.2 | 5.14.4 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- otel-extension/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otel-extension/build.gradle b/otel-extension/build.gradle index 942dbfe..6fc7d7b 100644 --- a/otel-extension/build.gradle +++ b/otel-extension/build.gradle @@ -23,8 +23,8 @@ dependencies { testImplementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:${versions.opentelemetry}") testImplementation("io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api:${versions.opentelemetryJavaagentAlpha}") - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.7.2' - testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.14.4' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.14.4' testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.12.4' testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '3.12.4' }