Skip to content

Commit

Permalink
junit dependy fixed (see last commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Jan 5, 2021
1 parent ff26047 commit 2d18475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Computing and Visualization in Science, 2013, 16(4),
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Computing and Visualization in Science, 2013, 16(4),
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 2d18475

Please sign in to comment.