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 3 years ago
committed by GitHub
parent
commit
3586332e66
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pom.xml

+ 1
- 1
pom.xml View File

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

Loading…
Cancel
Save