Skip to content

Commit

Permalink
Merge pull request #22 from sgandon/sgandon/fix_lib_CVEs
Browse files Browse the repository at this point in the history
chore(CVEs): update lib versions for fixing CVEs
  • Loading branch information
grrolland authored Nov 20, 2023
2 parents 67027b9 + 4037f87 commit a63fd71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
</developers>

<properties>
<vertx.version>4.1.5</vertx.version>
<hazelcast.version>5.0.4</hazelcast.version>
<slf4j.version>1.7.32</slf4j.version>
<logback.version>1.2.9</logback.version>
<vertx.version>4.4.5</vertx.version>
<hazelcast.version>5.3.1</hazelcast.version>
<slf4j.version>2.0.4</slf4j.version>
<logback.version>1.4.11</logback.version>
<junit.version>4.13.2</junit.version>
</properties>

Expand Down

0 comments on commit a63fd71

Please sign in to comment.