Skip to content

Commit 3862033

Browse files
jpongegsmet
authored andcommitted
Bump to Vert.x 4.5.13 and Netty 4.1.118.Final
See https://github.com/vert-x3/wiki/wiki/4.5.13-Release-Notes Fixes the following CVEs: - CVE-2025-24970 - CVE-2025-25193 (cherry picked from commit c07461a)
1 parent 7143c83 commit 3862033

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bom/application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<wildfly-elytron.version>2.6.0.Final</wildfly-elytron.version>
111111
<jboss-marshalling.version>2.2.2.Final</jboss-marshalling.version>
112112
<jboss-threads.version>3.8.0.Final</jboss-threads.version>
113-
<vertx.version>4.5.12</vertx.version>
113+
<vertx.version>4.5.13</vertx.version>
114114
<httpclient.version>4.5.14</httpclient.version>
115115
<httpcore.version>4.4.16</httpcore.version>
116116
<httpasync.version>4.1.5</httpasync.version>
@@ -132,7 +132,7 @@
132132
<infinispan.version>15.0.13.Final</infinispan.version>
133133
<infinispan.protostream.version>5.0.13.Final</infinispan.protostream.version>
134134
<caffeine.version>3.1.8</caffeine.version>
135-
<netty.version>4.1.117.Final</netty.version>
135+
<netty.version>4.1.118.Final</netty.version>
136136
<brotli4j.version>1.16.0</brotli4j.version>
137137
<reactive-streams.version>1.0.4</reactive-streams.version>
138138
<jboss-logging.version>3.6.1.Final</jboss-logging.version>

independent-projects/resteasy-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
<mutiny.version>2.8.0</mutiny.version>
6060
<smallrye-common.version>2.9.0</smallrye-common.version>
61-
<vertx.version>4.5.12</vertx.version>
61+
<vertx.version>4.5.13</vertx.version>
6262
<rest-assured.version>5.5.0</rest-assured.version>
6363
<commons-logging-jboss-logging.version>1.0.0.Final</commons-logging-jboss-logging.version>
6464
<jackson-bom.version>2.18.2</jackson-bom.version>

independent-projects/vertx-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
20-
<vertx.version>4.5.12</vertx.version>
20+
<vertx.version>4.5.13</vertx.version>
2121
</properties>
2222

2323
<dependencies>

0 commit comments

Comments
 (0)