Skip to content

Commit

Permalink
Merge pull request #1511 from LoganathanSekar7627/MOSIP-31617-java-21…
Browse files Browse the repository at this point in the history
…-migration

MOSIP-31617 Updated vertx version and added hazelcast to kernel-bom
  • Loading branch information
ckm007 authored May 21, 2024
2 parents 4ba68cd + 201412d commit ebb2a39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion kernel/kernel-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@

<apache.httpcomponents.version>4.5.6</apache.httpcomponents.version>

<vertx.version>3.9.1</vertx.version>
<vertx.version>3.9.13</vertx.version>
<hazelcast-version>3.9.4</hazelcast-version>

<jwt.version> 3.8.1</jwt.version>
<jwks-rsa-version>0.18.0</jwks-rsa-version>
Expand Down Expand Up @@ -320,6 +321,11 @@
<version>${mockito-version}</version>
</dependency>
<!-- end of mockito dependencies -->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>${hazelcast-version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit ebb2a39

Please sign in to comment.