From c27f8ac9f0d777c2d759ddc69d1260c131ef7755 Mon Sep 17 00:00:00 2001 From: Nathan Dougherty Date: Wed, 3 Jan 2024 15:41:49 -0500 Subject: [PATCH] fix: fix cve by updating junit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 16a44ec04..bca82ca18 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ repositories { dependencies { checkstyle 'com.puppycrawl.tools:checkstyle:8.2' - testCompile 'junit:junit:4.12' + testCompile 'junit:junit:4.13.1' perfCompile 'org.hdrhistogram:HdrHistogram:1.2.1' }