Skip to content

Commit

Permalink
Update Vert.x to version 4.5.3
Browse files Browse the repository at this point in the history
The only detected breaking changes are related to the vertx-mutiny-http-proxy module.

Full release notes are there: https://github.com/vert-x3/wiki/wiki/4.5.3-Release-Notes. Note that this new version contains a CVE fix.
  • Loading branch information
cescoffier committed Feb 7, 2024
1 parent 4de1028 commit 11c0450
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 11c0450

Please sign in to comment.