1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2024-09-19 20:15:47 +00:00

Merge pull request #6 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-10-30 17:59:07 +08:00 committed by GitHub
commit 01e321686f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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