Skip to content

Commit 240c073

Browse files
fix the sca vulnerability for Junit
1 parent 06dafaa commit 240c073

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<groupId>com.googlecode.json-simple</groupId>
3131
<artifactId>json-simple</artifactId>
3232
<version>1.1.1</version>
33+
<exclusions>
34+
<exclusion>
35+
<groupId>junit</groupId>
36+
<artifactId>junit</artifactId>
37+
</exclusion>
38+
</exclusions>
3339
</dependency>
3440
<dependency>
3541
<groupId>com.fasterxml.jackson.core</groupId>
@@ -57,6 +63,12 @@
5763
<version>5.10.2</version>
5864
<scope>test</scope>
5965
</dependency>
66+
<dependency>
67+
<groupId>junit</groupId>
68+
<artifactId>junit</artifactId>
69+
<version>4.13.1</version>
70+
<scope>compile</scope>
71+
</dependency>
6072
</dependencies>
6173

6274
<build>

0 commit comments

Comments
 (0)