Skip to content

Commit

Permalink
Bump to Mutiny 1.5.0 and Mutiny Vert.x bindings 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed May 23, 2022
1 parent 0b37243 commit a980e86
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 @@ -50,7 +50,7 @@
<smallrye-context-propagation.version>1.2.2</smallrye-context-propagation.version>
<smallrye-reactive-streams-operators.version>1.0.13</smallrye-reactive-streams-operators.version>
<smallrye-reactive-types-converter.version>2.7.0</smallrye-reactive-types-converter.version>
<smallrye-mutiny-vertx-binding.version>2.21.0</smallrye-mutiny-vertx-binding.version>
<smallrye-mutiny-vertx-binding.version>2.22.0</smallrye-mutiny-vertx-binding.version>
<smallrye-reactive-messaging.version>3.16.0</smallrye-reactive-messaging.version>
<smallrye-stork.version>1.1.2</smallrye-stork.version>
<jakarta.activation.version>1.2.1</jakarta.activation.version>
Expand Down Expand Up @@ -134,7 +134,7 @@
<netty.version>4.1.74.Final</netty.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<jboss-logging.version>3.5.0.Final</jboss-logging.version>
<mutiny.version>1.4.0</mutiny.version>
<mutiny.version>1.5.0</mutiny.version>
<kafka3.version>3.1.0</kafka3.version>
<lz4.version>1.8.0</lz4.version> <!-- dependency of the kafka-clients that could be overriden by other imported BOMs in the platform -->
<snappy.version>1.1.8.4</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 @@ -46,7 +46,7 @@
<version.jboss-logging>3.5.0.Final</version.jboss-logging>
<version.surefire.plugin>3.0.0-M5</version.surefire.plugin>
<version.nexus-staging-maven-plugin>1.6.8</version.nexus-staging-maven-plugin>
<version.smallrye-mutiny>1.4.0</version.smallrye-mutiny>
<version.smallrye-mutiny>1.5.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 @@ -54,7 +54,7 @@
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<jboss-jaxrs-api_2.1_spec.version>2.0.1.Final</jboss-jaxrs-api_2.1_spec.version>
<jakarta.json.version>1.1.6</jakarta.json.version>
<mutiny.version>1.4.0</mutiny.version>
<mutiny.version>1.5.0</mutiny.version>
<smallrye-common.version>1.12.0</smallrye-common.version>
<vertx.version>4.2.4</vertx.version>
<rest-assured.version>4.5.1</rest-assured.version>
Expand All @@ -66,7 +66,7 @@
<yasson.version>1.0.11</yasson.version>
<jakarta.json.bind-api.version>1.0.2</jakarta.json.bind-api.version>
<awaitility.version>4.2.0</awaitility.version>
<smallrye-mutiny-vertx-core.version>2.19.0</smallrye-mutiny-vertx-core.version>
<smallrye-mutiny-vertx-core.version>2.22.0</smallrye-mutiny-vertx-core.version>
</properties>

<modules>
Expand Down

0 comments on commit a980e86

Please sign in to comment.