1
mirror of https://github.com/CarmJos/cn2b2t-project.git synced 2024-09-19 22:05:45 +00: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
commit d97cb2e3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>