Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
changed junit  version due to security
  • Loading branch information
luda171 committed Oct 13, 2020
1 parent 253be06 commit 8359b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sitestory-core/pom.xml
Expand Up @@ -280,7 +280,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -294,4 +294,4 @@
<version>3.1</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 8359b32

Please sign in to comment.