Skip to content

Commit

Permalink
Upgrade to Mutiny 1.9.0
Browse files Browse the repository at this point in the history
This is a minor bugfix release for the 1.x series.

(cherry picked from commit e5b9783)
  • Loading branch information
jponge authored and gsmet committed Jan 31, 2023
1 parent ce859d3 commit 8134ac1
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 @@ -141,7 +141,7 @@
<brotli4j.version>1.8.0</brotli4j.version>
<reactive-streams.version>1.0.3</reactive-streams.version>
<jboss-logging.version>3.5.0.Final</jboss-logging.version>
<mutiny.version>1.8.0</mutiny.version>
<mutiny.version>1.9.0</mutiny.version>
<kafka3.version>3.3.2</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.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 @@ -47,7 +47,7 @@
<version.jboss-logging>3.5.0.Final</version.jboss-logging>
<version.surefire.plugin>3.0.0-M7</version.surefire.plugin>
<version.nexus-staging-maven-plugin>1.6.8</version.nexus-staging-maven-plugin>
<version.smallrye-mutiny>1.8.0</version.smallrye-mutiny>
<version.smallrye-mutiny>1.9.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 @@ -55,7 +55,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.8.0</mutiny.version>
<mutiny.version>1.9.0</mutiny.version>
<smallrye-common.version>1.13.2</smallrye-common.version>
<vertx.version>4.3.5</vertx.version>
<rest-assured.version>4.5.1</rest-assured.version>
Expand Down

0 comments on commit 8134ac1

Please sign in to comment.