Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c6bcc8

Browse files
authoredJan 15, 2025··
Update micrometer
1 parent 7f4e0c3 commit 5c6bcc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎reactify-core/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@
8888
<dependency>
8989
<groupId>io.micrometer</groupId>
9090
<artifactId>micrometer-tracing-bridge-brave</artifactId>
91-
<version>1.4.1</version>
91+
<version>1.4.2</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>io.micrometer</groupId>
9595
<artifactId>micrometer-core</artifactId>
96-
<version>1.14.2</version>
96+
<version>1.14.3</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>io.micrometer</groupId>
100100
<artifactId>micrometer-registry-prometheus</artifactId>
101-
<version>1.14.2</version>
101+
<version>1.14.3</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>io.projectreactor.addons</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.