1
mirror of https://github.com/CarmJos/cn2b2t-project.git synced 2026-06-04 18:17:19 +08:00

Merge pull request #1 from CarmJos/dependabot/maven/junit-junit-4.13.1

Bump junit from 4.13 to 4.13.1
This commit is contained in:
Carm
2021-11-23 04:51:39 +08:00
committed by GitHub
+1 -1
View File
@@ -106,7 +106,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>