Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update JUnit to 4.12
Update JSOn to 20180813
  • Loading branch information
marci4 committed Apr 7, 2019
1 parent 0f8a5e1 commit 0d4d8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180130</version>
<version>20180813</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0d4d8d8

Please sign in to comment.