We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 793a3d1 + 2a7645b commit ca8204eCopy full SHA for ca8204e
.github/project.yml
@@ -1,4 +1,4 @@
1
name: SmallRye Mutiny Vert.x Bindings
2
release:
3
- current-version: 3.20.2
4
- next-version: 3.20.3-SNAPSHOT
+ current-version: 3.20.3
+ next-version: 3.20.4-SNAPSHOT
vertx-mutiny-clients-bom/pom.xml
@@ -268,11 +268,6 @@
268
<artifactId>smallrye-mutiny-vertx-auth-sql-client</artifactId>
269
<version>${project.version}</version>
270
</dependency>
271
- <dependency>
272
- <groupId>io.smallrye.reactive</groupId>
273
- <artifactId>smallrye-mutiny-health-check</artifactId>
274
- <version>${project.version}</version>
275
- </dependency>
276
<dependency>
277
<groupId>io.smallrye.reactive</groupId>
278
<artifactId>smallrye-mutiny-vertx-http-proxy</artifactId>
0 commit comments