Skip to content

Commit

Permalink
updated Hazelcast to 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jan 22, 2019
1 parent a53a882 commit 5173ab3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>3.10.5</version>
<version>3.11.1</version>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
Expand All @@ -81,7 +81,7 @@
<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 All @@ -97,7 +97,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 @@ -128,7 +128,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 @@ -202,7 +202,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>
</plugins>
</build>
Expand Down

0 comments on commit 5173ab3

Please sign in to comment.