We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83129b7 + 2213864 commit 0080f67Copy full SHA for 0080f67
.github/project.yml
@@ -1,4 +1,4 @@
1
name: SmallRye Mutiny Vert.x Bindings
2
release:
3
- current-version: 3.17.1
4
- next-version: 3.17.2-SNAPSHOT
+ current-version: 3.18.0
+ next-version: 3.18.1-SNAPSHOT
pom.xml
@@ -48,7 +48,7 @@
48
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
49
50
<vertx.version>4.5.11</vertx.version>
51
- <mutiny.version>2.7.0</mutiny.version>
+ <mutiny.version>2.8.0</mutiny.version>
52
<jackson.version>2.18.2</jackson.version>
53
<reactive-streams.version>1.0.4</reactive-streams.version>
54
0 commit comments