Skip to content

Commit 0c96108

Browse files
committed
Bump to Vert.x 4.5.22
This aligns to: - Vert.x 4.5.22 - Vert.x Mutiny Bindings 3.20.1 - Mutiny 3.0.1 - Netty 4.1.128.Final See https://github.com/vert-x3/wiki/wiki/4.5.22-Release-Notes for the Vert.x release notes. Noteworthy: this Vert.x release fixes CVE-2025-11965 and CVE-2025-11966
1 parent e69c13b commit 0c96108

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bom/application/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<smallrye-context-propagation.version>2.2.1</smallrye-context-propagation.version>
5858
<smallrye-reactive-streams-operators.version>1.0.13</smallrye-reactive-streams-operators.version>
5959
<smallrye-reactive-types-converter.version>3.0.3</smallrye-reactive-types-converter.version>
60-
<smallrye-mutiny-vertx-binding.version>3.20.0</smallrye-mutiny-vertx-binding.version>
60+
<smallrye-mutiny-vertx-binding.version>3.20.1</smallrye-mutiny-vertx-binding.version>
6161
<smallrye-reactive-messaging.version>4.30.0</smallrye-reactive-messaging.version>
6262
<smallrye-stork.version>2.7.3</smallrye-stork.version>
6363
<jakarta.activation.version>2.1.4</jakarta.activation.version>
@@ -112,7 +112,7 @@
112112
<wildfly-elytron.version>2.7.0.Final</wildfly-elytron.version>
113113
<jboss-marshalling.version>2.2.3.Final</jboss-marshalling.version>
114114
<jboss-threads.version>3.9.1</jboss-threads.version>
115-
<vertx.version>4.5.21</vertx.version>
115+
<vertx.version>4.5.22</vertx.version>
116116
<httpclient.version>4.5.14</httpclient.version>
117117
<httpcore.version>4.4.16</httpcore.version>
118118
<httpasync.version>4.1.5</httpasync.version>
@@ -134,7 +134,7 @@
134134
<infinispan.version>15.0.19.Final</infinispan.version>
135135
<infinispan.protostream.version>5.0.13.Final</infinispan.protostream.version>
136136
<caffeine.version>3.2.2</caffeine.version>
137-
<netty.version>4.1.127.Final</netty.version>
137+
<netty.version>4.1.128.Final</netty.version>
138138
<brotli4j.version>1.16.0</brotli4j.version>
139139
<reactive-streams.version>1.0.4</reactive-streams.version>
140140
<jboss-logging.version>3.6.1.Final</jboss-logging.version>

independent-projects/resteasy-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<mutiny.version>3.0.1</mutiny.version>
5959
<smallrye-common.version>2.13.9</smallrye-common.version>
60-
<vertx.version>4.5.21</vertx.version>
60+
<vertx.version>4.5.22</vertx.version>
6161
<rest-assured.version>5.5.6</rest-assured.version>
6262
<commons-logging-jboss-logging.version>1.0.0.Final</commons-logging-jboss-logging.version>
6363
<jackson-bom.version>2.20.0</jackson-bom.version>
@@ -66,7 +66,7 @@
6666
<yasson.version>3.0.4</yasson.version>
6767
<jakarta.json.bind-api.version>3.0.1</jakarta.json.bind-api.version>
6868
<awaitility.version>4.3.0</awaitility.version>
69-
<smallrye-mutiny-vertx-core.version>3.20.0</smallrye-mutiny-vertx-core.version>
69+
<smallrye-mutiny-vertx-core.version>3.20.1</smallrye-mutiny-vertx-core.version>
7070
<reactive-streams.version>1.0.4</reactive-streams.version>
7171
<mockito.version>5.20.0</mockito.version>
7272
<wiremock.version>3.13.1</wiremock.version>

0 commit comments

Comments
 (0)