Skip to content

Commit fe8c98f

Browse files
Fix the vulnerability CVE-2020-15250 | junit:junit@4.10
1 parent 50853bc commit fe8c98f

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
@@ -44,6 +44,12 @@
4444
<groupId>com.googlecode.json-simple</groupId>
4545
<artifactId>json-simple</artifactId>
4646
<version>1.1.1</version>
47+
<exclusions>
48+
<exclusion>
49+
<groupId>junit</groupId>
50+
<artifactId>junit</artifactId>
51+
</exclusion>
52+
</exclusions>
4753
</dependency>
4854
<dependency>
4955
<groupId>com.fasterxml.jackson.core</groupId>
@@ -71,6 +77,12 @@
7177
<version>5.10.2</version>
7278
<scope>test</scope>
7379
</dependency>
80+
<dependency>
81+
<groupId>junit</groupId>
82+
<artifactId>junit</artifactId>
83+
<version>4.13.2</version>
84+
<scope>compile</scope>
85+
</dependency>
7486
</dependencies>
7587

7688
<build>

0 commit comments

Comments
 (0)