Skip to content

Commit 3573ccd

Browse files
committed
Bump to Mutiny 2.9.2
This is a patch release with a fix for a race condition in `MultiCombineLatestOp`.
1 parent 7b789e3 commit 3573ccd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bom/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<brotli4j.version>1.16.0</brotli4j.version>
138138
<reactive-streams.version>1.0.4</reactive-streams.version>
139139
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
140-
<mutiny.version>2.9.1</mutiny.version>
140+
<mutiny.version>2.9.2</mutiny.version>
141141
<jctools-core.version>4.0.5</jctools-core.version>
142142
<kafka3.version>4.0.0</kafka3.version>
143143
<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.3.1</version.jandex>
4949
<version.jboss-logging>3.6.1.Final</version.jboss-logging>
50-
<version.mutiny>2.9.1</version.mutiny>
50+
<version.mutiny>2.9.2</version.mutiny>
5151
<version.bridger>1.6.Final</version.bridger>
5252
<version.smallrye-common>2.12.0</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.gizmo>1.9.0</version.gizmo>
4545
<version.jboss-logging>3.6.1.Final</version.jboss-logging>
4646
<version.smallrye-common>2.12.0</version.smallrye-common>
47-
<version.smallrye-mutiny>2.9.1</version.smallrye-mutiny>
47+
<version.smallrye-mutiny>2.9.2</version.smallrye-mutiny>
4848
</properties>
4949

5050
<modules>

independent-projects/resteasy-reactive/pom.xml

Lines changed: 1 addition & 1 deletion
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.1</mutiny.version>
58+
<mutiny.version>2.9.2</mutiny.version>
5959
<smallrye-common.version>2.12.0</smallrye-common.version>
6060
<vertx.version>4.5.16</vertx.version>
6161
<rest-assured.version>5.5.5</rest-assured.version>

0 commit comments

Comments
 (0)