Skip to content

Commit

Permalink
Update test dependencies equalsverifier and hibernate
Browse files Browse the repository at this point in the history
  • Loading branch information
ralscha committed Dec 31, 2013
1 parent 4ce38a5 commit 1e82778
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 @@ -276,7 +276,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>4.2.8.Final</version>
<version>4.3.0.Final</version>
<scope>test</scope>
</dependency>

Expand All @@ -290,7 +290,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>1.3.1</version>
<version>1.4</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 1e82778

Please sign in to comment.