Merge pull request #88 from happyfish100/dependabot/maven/junit-junit-4.13.1

build(deps-dev): bump junit from 4.12 to 4.13.1
This commit is contained in:
YuQing
2021-04-20 21:48:12 +08:00
committed by GitHub

View File

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