Skip to content

Commit

Permalink
Bump io.smallrye.reactive:smallrye-mutiny-vertx-core
Browse files Browse the repository at this point in the history
Bumps io.smallrye.reactive:smallrye-mutiny-vertx-core from 2.21.0 to 3.9.0.

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:smallrye-mutiny-vertx-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 7, 2024
1 parent 931a61c commit bf27c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapter-5/reactive-programming-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<mutiny.version>1.6.0</mutiny.version>
<mutiny-vertx.version>2.21.0</mutiny-vertx.version>
<mutiny-vertx.version>3.9.0</mutiny-vertx.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion chapter-7/mutiny-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<mutiny.version>1.6.0</mutiny.version>
<mutiny-vertx.version>2.21.0</mutiny-vertx.version>
<mutiny-vertx.version>3.9.0</mutiny-vertx.version>
</properties>

<dependencies>
Expand Down

0 comments on commit bf27c8b

Please sign in to comment.