Browse Source
Merge pull request #19 from jrtechs/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.11 to 4.13.1
pull/20/head
Jeffery Russell
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
pom.xml
|
|
@ -25,7 +25,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<version>4.11</version> |
|
|
|
<version>4.13.1</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
|
|
|
|