Skip to content

Commit 5beaaf0

Browse files
Bump mutiny from 1.4.0 to 1.6.0
Bumps [mutiny](https://github.com/smallrye/smallrye-mutiny) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/smallrye/smallrye-mutiny/releases) - [Commits](smallrye/smallrye-mutiny@1.4.0...1.6.0) --- updated-dependencies: - dependency-name: io.smallrye.reactive:mutiny dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5597a69 commit 5beaaf0

File tree

3 files changed

+3
-3
lines changed
  • chapter-10/database-example
  • chapter-5/reactive-programming-examples
  • chapter-7/mutiny-examples

3 files changed

+3
-3
lines changed

chapter-10/database-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>io.smallrye.reactive</groupId>
6464
<artifactId>mutiny</artifactId>
65-
<version>1.4.0</version>
65+
<version>1.6.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>io.smallrye.reactive</groupId>

chapter-5/reactive-programming-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919

20-
<mutiny.version>1.4.0</mutiny.version>
20+
<mutiny.version>1.6.0</mutiny.version>
2121
<mutiny-vertx.version>2.21.0</mutiny-vertx.version>
2222
</properties>
2323

chapter-7/mutiny-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919

20-
<mutiny.version>1.4.0</mutiny.version>
20+
<mutiny.version>1.6.0</mutiny.version>
2121
<mutiny-vertx.version>2.21.0</mutiny-vertx.version>
2222
</properties>
2323

0 commit comments

Comments
 (0)