From 4a0754b568db469dfe6f45adb5d510c4e8dfdd8c Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 1 Sep 2022 14:38:06 +0100 Subject: Update vulnerable dependency junit 4.12 -> 4.13.2 Signed-off-by: Vasyl Razinkov Change-Id: Ia0f7edc1416a750d830374a1eb79901754ea9b93 Issue-ID: SDC-4152 --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5225ff3c..04ffa345 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,8 @@ ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - 1.41 + 1.41 + true @@ -136,7 +137,8 @@ maven-checkstyle-plugin checkstyle-suppressions.xml - checkstyle.suppressions.file + checkstyle.suppressions.file + ${checkstyle.skip} -- cgit 1.2.3-korg