Version update 9 02 (#2547)

* Update Hazelcast

* Update Hbase

* Update Immutables

* Update Lombok
This commit is contained in:
Grzegorz Piwowarek
2017-09-02 10:43:10 +02:00
committed by GitHub
parent 94d02ed1f6
commit 7262427421
5 changed files with 5 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast-client</artifactId>
<version>3.7.2</version>
<version>${hazelcast.version}</version>
</dependency>
</dependencies>
@@ -39,7 +39,7 @@
<properties>
<!-- hazelcast -->
<hazelcast.version>3.7.4</hazelcast.version>
<hazelcast.version>3.8.4</hazelcast.version>
</properties>
</project>