Skip to content

Commit

Permalink
Merge pull request quarkusio#38441 from jponge/mutiny-2.5.6
Browse files Browse the repository at this point in the history
Upgrade to Mutiny 2.5.6
  • Loading branch information
cescoffier authored Jan 29, 2024
2 parents ffd08f5 + 29255bd commit 391ca5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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.5.5</mutiny.version>
<mutiny.version>2.5.6</mutiny.version>
<kafka3.version>3.6.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.5</snappy.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<version.gizmo>1.8.0</version.gizmo>
<version.jandex>3.1.6</version.jandex>
<version.jboss-logging>3.5.3.Final</version.jboss-logging>
<version.mutiny>2.5.5</version.mutiny>
<version.mutiny>2.5.6</version.mutiny>
<version.bridger>1.6.Final</version.bridger>
<!-- test versions -->
<version.assertj>3.25.2</version.assertj>
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.compiler.plugin>3.12.1</version.compiler.plugin>
<version.enforcer.plugin>3.2.1</version.enforcer.plugin>
<version.surefire.plugin>3.2.5</version.surefire.plugin>
<version.smallrye-mutiny>2.5.5</version.smallrye-mutiny>
<version.smallrye-mutiny>2.5.6</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 @@ -59,7 +59,7 @@
<version.compiler.plugin>3.12.1</version.compiler.plugin>
<version.enforcer.plugin>3.2.1</version.enforcer.plugin>
<version.surefire.plugin>3.2.5</version.surefire.plugin>
<mutiny.version>2.5.5</mutiny.version>
<mutiny.version>2.5.6</mutiny.version>
<smallrye-common.version>2.1.2</smallrye-common.version>
<vertx.version>4.5.1</vertx.version>
<rest-assured.version>5.4.0</rest-assured.version>
Expand Down

0 comments on commit 391ca5a

Please sign in to comment.