Skip to content

Commit

Permalink
Bump io.smallrye.reactive:mutiny from 1.6.0 to 2.5.3
Browse files Browse the repository at this point in the history
Bumps [io.smallrye.reactive:mutiny](https://github.com/smallrye/smallrye-mutiny) from 1.6.0 to 2.5.3.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@1.6.0...2.5.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 931a61c commit 1cf918b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chapter-10/database-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny</artifactId>
<version>1.6.0</version>
<version>2.5.3</version>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
Expand Down
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 @@ -17,7 +17,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

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

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 @@ -17,7 +17,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

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

Expand Down

0 comments on commit 1cf918b

Please sign in to comment.