Skip to content

Commit a7b3bc5

Browse files
authored
Merge pull request #118 from hazelcast-guides/cn-928
[CN-928] Update pom.xml
2 parents d35f8a6 + e1e5022 commit a7b3bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>1.8</java.version>
20-
<hazelcast.version>4.1</hazelcast.version>
20+
<hazelcast.version>5.3.2</hazelcast.version>
2121
</properties>
2222

2323
<build>
@@ -59,7 +59,7 @@
5959
<!-- tag::hazelcast-dep[] -->
6060
<dependency>
6161
<groupId>com.hazelcast</groupId>
62-
<artifactId>hazelcast-all</artifactId>
62+
<artifactId>hazelcast-spring</artifactId>
6363
<version>${hazelcast.version}</version>
6464
</dependency>
6565
<!-- end::hazelcast-dep[] -->

0 commit comments

Comments
 (0)