Skip to content

Commit

Permalink
Update test dependency and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Mar 30, 2021
1 parent 43d6d6e commit 7c0a0f0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions kit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.2.0</version>
<version>3.19.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -115,6 +115,11 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 7c0a0f0

Please sign in to comment.