Skip to content

Commit

Permalink
upped dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmezna committed Jun 8, 2020
1 parent dc0a4d8 commit e729568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.187</version>
<version>1.4.200</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>2.7.4</version>
<version>2.7.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e729568

Please sign in to comment.