Upgrade micrometer to 1.13.0-SNAPSHOT

This commit is contained in:
Mahmoud Ben Hassine
2024-04-23 21:21:37 +02:00
parent 2e9d96bc24
commit 5af4b3f5bf
2 changed files with 5 additions and 3 deletions

View File

@@ -52,9 +52,11 @@
<artifactId>spring-context-support</artifactId>
<version>${spring-framework.version}</version>
</dependency>
<!-- temporary usage of deprecated dependency until pushgateway
is supported in prometheus Java client 1.x -->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<artifactId>micrometer-registry-prometheus-simpleclient</artifactId>
<version>${micrometer.version}</version>
</dependency>
<dependency>