Skip to content

Commit

Permalink
chore: override junit version for security (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC authored Dec 16, 2020
1 parent b7547b7 commit bf93e12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,12 @@
<version>5.7.0</version>
<scope>test</scope>
</dependency>
<!-- Overrides junit used in junit-vintage-engine for security reasons -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit bf93e12

Please sign in to comment.