Skip to content

Commit

Permalink
Merge pull request #1343 from folio-org/OKAPI-1178-vertx-4.4.8
Browse files Browse the repository at this point in the history
OKAPI-1178: Vert.x 4.4.8 fixing CVE-2024-1023
  • Loading branch information
julianladisch committed Feb 20, 2024
2 parents 76d1b93 + a1f03ef commit 7101d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-stack-depchain</artifactId>
<version>4.4.6</version> <!-- also update depending versions below! -->
<version>4.4.8</version> <!-- also update depending versions below! -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -51,14 +51,14 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-bom</artifactId>
<version>1.11.4</version> <!-- https://github.com/vert-x3/vertx-micrometer-metrics/blob/master/pom.xml#L41 -->
<version>1.11.5</version> <!-- https://github.com/vert-x3/vertx-micrometer-metrics/blob/master/pom.xml#L41 -->
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>5.3.2</version> <!-- https://github.com/vert-x3/vertx-hazelcast/blob/4.x/.github/workflows/ci-4.x.yml -->
<version>5.3.5</version> <!-- https://github.com/vert-x3/vertx-hazelcast/blob/4.x/.github/workflows/ci-4.x.yml -->
</dependency>
<!-- END: versions that depend on the vertx-stack-depchain version -->

Expand Down

0 comments on commit 7101d6f

Please sign in to comment.