Skip to content

Commit

Permalink
#138 - Update Maven dependencies as far as possible
Browse files Browse the repository at this point in the history
Update to JUnit 4.13.1
  • Loading branch information
Marcel Pfotenhauer committed Oct 15, 2020
1 parent a3616a0 commit fd47f06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@
</reporting>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
</dependency>
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner</artifactId>
Expand Down

0 comments on commit fd47f06

Please sign in to comment.