Skip to content

Commit

Permalink
[EDGEPATRON-128] Upgrade Vertx to 4.5.5 (#109)
Browse files Browse the repository at this point in the history
* Update NEWS

* EDGPATRON-128 update Vertx version
  • Loading branch information
roman-barannyk authored Mar 21, 2024
1 parent ebe01c4 commit 83d0d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@

<!-- the main class -->
<exec.mainClass>org.folio.edge.patron.MainVerticle</exec.mainClass>
<vertx.version>4.4.6</vertx.version>
<vertx.version>4.5.5</vertx.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>2.19.0</version>
<version>2.23.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 83d0d0c

Please sign in to comment.