Skip to content

Commit

Permalink
Use latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Jan 20, 2017
1 parent 1c74450 commit dbf4141
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.jcgay.maven</groupId>
<artifactId>jcgay-build-configuration</artifactId>
<version>1.6</version>
<version>1.10</version>
</parent>

<groupId>fr.jcgay.maven</groupId>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.0.31-beta</version>
<version>2.6.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -82,13 +82,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
<version>1.7.22</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>2.4.5</version>
<version>2.4.8</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit dbf4141

Please sign in to comment.