Skip to content

Commit

Permalink
Merge pull request quarkusio#21792 from quarkusio/mutiny-1.2.0-upgrades
Browse files Browse the repository at this point in the history
Mutiny 1.2.0 + Mutiny Vert.x bindings 2.16.0
  • Loading branch information
gsmet authored Nov 30, 2021
2 parents 196d12f + e3f086b commit d675300
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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.6.0</smallrye-reactive-types-converter.version>
<smallrye-mutiny-vertx-binding.version>2.15.1</smallrye-mutiny-vertx-binding.version>
<smallrye-mutiny-vertx-binding.version>2.16.0</smallrye-mutiny-vertx-binding.version>
<smallrye-reactive-messaging.version>3.12.1</smallrye-reactive-messaging.version>
<smallrye-stork.version>1.0.0.Beta1</smallrye-stork.version>
<jakarta.activation.version>1.2.1</jakarta.activation.version>
Expand Down Expand Up @@ -134,7 +134,7 @@
<netty.version>4.1.70.Final</netty.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<jboss-logging.version>3.4.2.Final</jboss-logging.version>
<mutiny.version>1.1.2</mutiny.version>
<mutiny.version>1.2.0</mutiny.version>
<kafka2.version>2.8.1</kafka2.version>
<zookeeper.version>3.5.7</zookeeper.version>
<!-- Scala is used by Kafka so we need to choose a compatible 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 @@ -42,7 +42,7 @@
<version.jboss-logging>3.4.2.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.1.1</version.smallrye-mutiny>
<version.smallrye-mutiny>1.2.0</version.smallrye-mutiny>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.1.1</mutiny.version>
<mutiny.version>1.2.0</mutiny.version>
<smallrye-common.version>1.8.0</smallrye-common.version>
<vertx.version>4.2.1</vertx.version>
<rest-assured.version>4.4.0</rest-assured.version>
Expand Down

0 comments on commit d675300

Please sign in to comment.