summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-be/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-09-01 14:38:06 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-09-01 13:41:50 +0000
commit4a0754b568db469dfe6f45adb5d510c4e8dfdd8c (patch)
treef28915307bcb344c6e34c686f98db24c119a187d /sdc-workflow-designer-be/pom.xml
parentb0ff0e002e563496dadbe6b205ece53513652c26 (diff)
Update vulnerable dependency
junit 4.12 -> 4.13.2 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ia0f7edc1416a750d830374a1eb79901754ea9b93 Issue-ID: SDC-4152
Diffstat (limited to 'sdc-workflow-designer-be/pom.xml')
-rw-r--r--sdc-workflow-designer-be/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sdc-workflow-designer-be/pom.xml b/sdc-workflow-designer-be/pom.xml
index d7abcd3a..c601f2d3 100644
--- a/sdc-workflow-designer-be/pom.xml
+++ b/sdc-workflow-designer-be/pom.xml
@@ -142,6 +142,10 @@
<artifactId>asm</artifactId>
<groupId>org.ow2.asm</groupId>
</exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -247,9 +251,18 @@
<artifactId>objenesis</artifactId>
<groupId>org.objenesis</groupId>
</exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.13.2</version>
+ </dependency>
+ <dependency>
<groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>versioning-lib</artifactId>
<version>1.6.0</version>