Add Gradle and Maven dependency management for Micrometer.
Apache Geode 1.14 is based on Micrometer 1.x (1.6.3) and Spring Boot 3.0 is based on Micrometer 2.0. Micrometer 1.9 serves as a bridge between libraries, framework, products or applications using Micrometer 1.x while Spring Boot 3 is based on Micrometer 2. Upgrade to Micrometer 1.9.0-M4.
This commit is contained in:
@@ -5,6 +5,7 @@ ext['logbackVersion'] = '1.2.9'
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom "io.micrometer:micrometer-bom:$micrometerVersion"
|
||||
mavenBom "org.springframework:spring-framework-bom:$springVersion"
|
||||
mavenBom "org.springframework.data:spring-data-bom:$springDataBomVersion"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user