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 (quarkusio#38576)
  • Loading branch information
cescoffier committed Feb 7, 2024
1 parent 95ac381 commit b8f150e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b8f150e

Please sign in to comment.