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 which is not used in Quarkus.

Full release notes are there: https://github.com/vert-x3/wiki/wiki/4.5.3-Release-Notes.

Important:
 - Fix CVE-2024-1300 io.vertx:vertx-core: memory leak when a TCP server is configured with TLS and SNI support
 - Fix the classloading issue for NVMPN and WebJars in dev mode (#38576)
(cherry picked from commit 7bcbb99)
  • Loading branch information
cescoffier authored and gsmet committed Feb 7, 2024
1 parent e265506 commit 2cbfb67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<wildfly-client-config.version>1.0.1.Final</wildfly-client-config.version>
<wildfly-elytron.version>2.2.3.Final</wildfly-elytron.version>
<jboss-threads.version>3.5.1.Final</jboss-threads.version>
<vertx.version>4.5.2</vertx.version>
<vertx.version>4.5.3</vertx.version>
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
<httpasync.version>4.1.5</httpasync.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<version.surefire.plugin>3.2.5</version.surefire.plugin>
<mutiny.version>2.5.6</mutiny.version>
<smallrye-common.version>2.1.2</smallrye-common.version>
<vertx.version>4.5.1</vertx.version>
<vertx.version>4.5.3</vertx.version>
<rest-assured.version>5.4.0</rest-assured.version>
<commons-logging-jboss-logging.version>1.0.0.Final</commons-logging-jboss-logging.version>
<jackson-bom.version>2.16.1</jackson-bom.version>
Expand Down

0 comments on commit 2cbfb67

Please sign in to comment.