Skip to content

Commit

Permalink
updatye JDOM and JUnit (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Apr 10, 2020
1 parent 285d3bf commit 19a9c5c
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 @@ -186,12 +186,12 @@
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 19a9c5c

Please sign in to comment.