upgrade junit

This commit is contained in:
yusun4 2020-10-14 14:18:30 +08:00
parent c1a2a14775
commit f1c3608b7e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,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>
<dependency> <dependency>