Skip to content

Commit

Permalink
Merge pull request #35783 from jponge/mutiny-2.4.0
Browse files Browse the repository at this point in the history
Upgrade to Mutiny 2.4.0 and Mutiny Vert.x bindings 3.6.0
  • Loading branch information
jponge authored Sep 7, 2023
2 parents c1fa608 + 805c20d commit 071642f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<smallrye-context-propagation.version>2.1.0</smallrye-context-propagation.version>
<smallrye-reactive-streams-operators.version>1.0.13</smallrye-reactive-streams-operators.version>
<smallrye-reactive-types-converter.version>3.0.0</smallrye-reactive-types-converter.version>
<smallrye-mutiny-vertx-binding.version>3.5.0</smallrye-mutiny-vertx-binding.version>
<smallrye-mutiny-vertx-binding.version>3.6.0</smallrye-mutiny-vertx-binding.version>
<smallrye-reactive-messaging.version>4.9.0</smallrye-reactive-messaging.version>
<smallrye-stork.version>2.3.1</smallrye-stork.version>
<jakarta.activation.version>2.1.2</jakarta.activation.version>
Expand Down Expand Up @@ -146,7 +146,7 @@
<brotli4j.version>1.12.0</brotli4j.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<jboss-logging.version>3.5.3.Final</jboss-logging.version>
<mutiny.version>2.3.1</mutiny.version>
<mutiny.version>2.4.0</mutiny.version>
<kafka3.version>3.5.1</kafka3.version>
<lz4.version>1.8.0</lz4.version> <!-- dependency of the kafka-clients that could be overridden by other imported BOMs in the platform -->
<snappy.version>1.1.10.1</snappy.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/qute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<version.enforcer.plugin>3.2.1</version.enforcer.plugin>
<version.surefire.plugin>3.1.2</version.surefire.plugin>
<version.nexus-staging-maven-plugin>1.6.8</version.nexus-staging-maven-plugin>
<version.smallrye-mutiny>2.3.1</version.smallrye-mutiny>
<version.smallrye-mutiny>2.4.0</version.smallrye-mutiny>
</properties>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<version.enforcer.plugin>3.2.1</version.enforcer.plugin>
<version.surefire.plugin>3.1.2</version.surefire.plugin>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<mutiny.version>2.3.1</mutiny.version>
<mutiny.version>2.4.0</mutiny.version>
<smallrye-common.version>2.1.2</smallrye-common.version>
<vertx.version>4.4.5</vertx.version>
<rest-assured.version>5.3.0</rest-assured.version>
Expand All @@ -73,7 +73,7 @@
<yasson.version>3.0.3</yasson.version>
<jakarta.json.bind-api.version>3.0.0</jakarta.json.bind-api.version>
<awaitility.version>4.2.0</awaitility.version>
<smallrye-mutiny-vertx-core.version>3.4.2</smallrye-mutiny-vertx-core.version>
<smallrye-mutiny-vertx-core.version>3.6.0</smallrye-mutiny-vertx-core.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<mutiny-zero.version>1.0.0</mutiny-zero.version>

Expand Down

0 comments on commit 071642f

Please sign in to comment.