Skip to content

Commit

Permalink
Merge pull request quarkusio#14301 from jponge/mutiny-0.13.0
Browse files Browse the repository at this point in the history
Upgrade to Mutiny 0.13.0
  • Loading branch information
gsmet committed Jan 14, 2021
2 parents 851191a + e3fef3c commit fe70f17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<netty.version>4.1.49.Final</netty.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<jboss-logging.version>3.4.1.Final</jboss-logging.version>
<mutiny.version>0.12.5</mutiny.version>
<mutiny.version>0.13.0</mutiny.version>
<axle-client.version>1.3.0</axle-client.version>
<mutiny-client.version>1.3.0</mutiny-client.version>
<kafka2.version>2.5.0</kafka2.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 @@ -40,7 +40,7 @@
<version.jboss-logging>3.3.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>0.12.5</version.smallrye-mutiny>
<version.smallrye-mutiny>0.13.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 @@ -49,7 +49,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>0.12.5</mutiny.version>
<mutiny.version>0.13.0</mutiny.version>
<smallrye-common-annotation.version>1.5.0</smallrye-common-annotation.version>
<vertx.version>3.9.5</vertx.version>
<rest-assured.version>4.3.3</rest-assured.version>
Expand Down

0 comments on commit fe70f17

Please sign in to comment.