Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jan 22, 2019
1 parent ad0e761 commit 1ba0246
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -69,22 +69,22 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-core</artifactId>
<version>1.31.0</version>
<version>1.31.1</version>
<scope>provided</scope>
</dependency>

<!-- MONGODB DRIVER -->
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>3.8.2</version>
<version>3.9.1</version>
</dependency>

<!-- TESTING -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.22.0</version>
<version>2.23.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -112,7 +112,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -143,7 +143,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.0</version>
<version>2.22.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -217,7 +217,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.5.0.1254</version>
<version>3.6.0.1398</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 1ba0246

Please sign in to comment.