Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Apr 4, 2017
1 parent 0724b0d commit d86da82
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 @@ -16,10 +16,10 @@
<properties>
<java.version>1.8</java.version>
<cryptolib.version>1.1.1</cryptolib.version>
<dagger.version>2.9</dagger.version>
<dagger.version>2.10</dagger.version>
<guava.version>21.0</guava.version>
<commons.lang.version>3.5</commons.lang.version>
<slf4j.version>1.7.24</slf4j.version>
<slf4j.version>1.7.25</slf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.7.12</version>
<version>2.7.21</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -218,7 +218,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit d86da82

Please sign in to comment.