Skip to content

Commit

Permalink
Upgrading vertx to version 4.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Aug 23, 2024
1 parent dac1627 commit 043d951
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 @@ -49,15 +49,15 @@
<quarkus.platform.version>${quarkus.version}</quarkus.platform.version>
<rest-assured.version>5.3.2</rest-assured.version>

<vertx-base.version>4.4.4</vertx-base.version>
<vertx.version>${vertx-base.version}.redhat-00001</vertx.version>
<vertx-base.version>4.5.9</vertx-base.version>
<vertx.version>${vertx-base.version}</vertx.version>

</properties>

<modelVersion>4.0.0</modelVersion>
<groupId>org.computate</groupId>
<artifactId>computate-base</artifactId>
<version>4.4.4.2</version>
<version>4.5.8.0</version>
<packaging>pom</packaging>
<name>Computate base project with default properties</name>
<description>Computate base project with default properties. </description>
Expand Down

0 comments on commit 043d951

Please sign in to comment.