Skip to content

Commit

Permalink
Merge pull request #898 from cescoffier/vertx-4.5.3
Browse files Browse the repository at this point in the history
Update Vert.x to version 4.5.3
  • Loading branch information
jponge authored Feb 7, 2024
2 parents 4de1028 + 11c0450 commit 18bcbd8
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 @@ -46,7 +46,7 @@
<properties>
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>

<vertx.version>4.5.1</vertx.version>
<vertx.version>4.5.3</vertx.version>
<mutiny.version>2.5.6</mutiny.version>
<jackson.version>2.16.1</jackson.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
Expand Down Expand Up @@ -357,7 +357,7 @@
<!-- Do not check for Vert.x, only focus on the client API -->
<checkDependencies>false</checkDependencies>
<generateSiteReport>false</generateSiteReport>
<oldVersion>3.5.0</oldVersion>
<oldVersion>3.8.0</oldVersion>
<newVersion>${project.version}</newVersion>

<analysisConfiguration>
Expand Down

0 comments on commit 18bcbd8

Please sign in to comment.