Skip to content

Commit

Permalink
Merge pull request #125 from skyscreamer/dependabot/maven/junit-junit…
Browse files Browse the repository at this point in the history
…-4.13.1

Bump junit from 4.10 to 4.13.1 to fix security vulnerability
  • Loading branch information
carterpage authored Nov 18, 2020
2 parents ee69758 + 437e137 commit abd09d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>

0 comments on commit abd09d8

Please sign in to comment.