[Fix] Project 升级 JUnit 4 版本号以修复潜在的漏洞;

[Fix] junit:junit 升级版本以修复潜在的漏洞(GHSA-269G-PWP5-87PP; CVE-2020-15250) (4.13 -> 4.13.1);
This commit is contained in:
LamGC 2020-10-14 18:57:26 +08:00
parent 9d220d1066
commit f1df151c89
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -99,7 +99,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.13</version> <version>4.13.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>