Skip to content

Commit

Permalink
Upgrade to Mutiny 2.5.5
Browse files Browse the repository at this point in the history
(cherry picked from commit c8004fc)
  • Loading branch information
jponge authored and gsmet committed Jan 24, 2024
1 parent 63d748e commit e3fbf74
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 @@ -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.4</mutiny.version>
<mutiny.version>2.5.5</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/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.4</version.smallrye-mutiny>
<version.smallrye-mutiny>2.5.5</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.4</mutiny.version>
<mutiny.version>2.5.5</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 e3fbf74

Please sign in to comment.