Fix deprecations and breaking changes caused by dependencies

This commit is contained in:
Oleg Zhurakousky
2022-03-17 14:59:04 +01:00
parent d18ca9790f
commit bb3f33f1c5
24 changed files with 51 additions and 29 deletions

View File

@@ -135,6 +135,11 @@
</dependency>
<!-- Observability -->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-observation</artifactId>
<!-- <optional>true</optional> -->
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>