Skip to content

Commit d63bb6c

Browse files
committed
Bump to Mutiny 3.0.0 and Vert.x Mutiny Bindings 3.20.0
1 parent f39695e commit d63bb6c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bom/application/pom.xml

Lines changed: 2 additions & 2 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.19.2</smallrye-mutiny-vertx-binding.version>
60+
<smallrye-mutiny-vertx-binding.version>3.20.0</smallrye-mutiny-vertx-binding.version>
6161
<smallrye-reactive-messaging.version>4.28.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>
@@ -138,7 +138,7 @@
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>
141-
<mutiny.version>2.9.4</mutiny.version>
141+
<mutiny.version>3.0.0</mutiny.version>
142142
<jctools-core.version>4.0.5</jctools-core.version>
143143
<kafka3.version>4.0.0</kafka3.version>
144144
<lz4.version>1.8.0</lz4.version> <!-- dependency of the kafka-clients that could be overridden by other imported BOMs in the platform -->

independent-projects/arc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<version.gizmo>1.9.0</version.gizmo>
4848
<version.jandex>3.5.0</version.jandex>
4949
<version.jboss-logging>3.6.1.Final</version.jboss-logging>
50-
<version.mutiny>2.9.4</version.mutiny>
50+
<version.mutiny>3.0.0</version.mutiny>
5151
<version.bridger>1.6.Final</version.bridger>
5252
<version.smallrye-common>2.13.9</version.smallrye-common>
5353
<!-- test versions -->

independent-projects/qute/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<version.gizmo2>2.0.0.Beta6</version.gizmo2>
4545
<version.jboss-logging>3.6.1.Final</version.jboss-logging>
4646
<version.smallrye-common>2.13.9</version.smallrye-common>
47-
<version.smallrye-mutiny>2.9.4</version.smallrye-mutiny>
47+
<version.smallrye-mutiny>3.0.0</version.smallrye-mutiny>
4848
</properties>
4949

5050
<modules>

independent-projects/resteasy-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<gizmo.version>1.9.0</gizmo.version>
5656
<jakarta.persistence-api.version>3.1.0</jakarta.persistence-api.version>
5757

58-
<mutiny.version>2.9.4</mutiny.version>
58+
<mutiny.version>3.0.0</mutiny.version>
5959
<smallrye-common.version>2.13.9</smallrye-common.version>
6060
<vertx.version>4.5.21</vertx.version>
6161
<rest-assured.version>5.5.6</rest-assured.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.19.2</smallrye-mutiny-vertx-core.version>
69+
<smallrye-mutiny-vertx-core.version>3.20.0</smallrye-mutiny-vertx-core.version>
7070
<reactive-streams.version>1.0.4</reactive-streams.version>
7171
<mockito.version>5.19.0</mockito.version>
7272
<wiremock.version>3.13.1</wiremock.version>

0 commit comments

Comments
 (0)