added smallrye-health v2.2.3

This commit is contained in:
Francesco Mangiacrapa 2024-10-18 15:05:19 +02:00
parent d3a63635c9
commit c2f65dd234
1 changed files with 4 additions and 10 deletions

View File

@ -161,18 +161,12 @@
<!-- <version>2.2</version> --> <!-- <version>2.2</version> -->
<!-- </dependency> --> <!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>io.smallrye</groupId> -->
<!-- <artifactId>smallrye-health</artifactId> -->
<!-- <version>2.1.0</version> -->
<!-- </dependency> -->
<dependency> <dependency>
<groupId>io.helidon.microprofile.health</groupId> <groupId>io.smallrye</groupId>
<artifactId>helidon-microprofile-health</artifactId> <artifactId>smallrye-health</artifactId>
<version>2.2.2</version> <version>2.2.3</version>
</dependency> </dependency>
<!-- Plugins related tests --> <!-- Plugins related tests -->
<dependency> <dependency>