From cdb30eeb140f7b1f8b855e3328c5fdfa2c1e1955 Mon Sep 17 00:00:00 2001 From: Rupal Mahajan Date: Thu, 17 Nov 2022 09:10:29 -0800 Subject: [PATCH] add junit to resolutions for CVE-2020-15250 (#1079) Signed-off-by: Rupal Mahajan --- prometheus/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/prometheus/build.gradle b/prometheus/build.gradle index 45a3a4a8ed..57063fff87 100644 --- a/prometheus/build.gradle +++ b/prometheus/build.gradle @@ -42,6 +42,7 @@ test { configurations.all { resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib:1.6.0" resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0" + resolutionStrategy.force "org.junit.jupiter:junit-jupiter:5.6.2" } jacocoTestReport {