Set Micrometer version to 1.9.0-RC1.

Move the Micrometer BOM declaration below the core Spring Framework BOM, Spring Data BOM and Spring Session BOM declarations in Gradle dependency management.
This commit is contained in:
John Blum
2022-04-18 15:04:00 -07:00
parent 0c020b6de5
commit 7515802bc6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
apacheGeodeVersion=1.14.4
micrometerVersion=1.9.0-M4
micrometerVersion=1.9.0-RC1
# The Spring Boot & Spring Session versions are the only required version properties.
# The other Spring version properties are for overriding/testing purposes.
springVersion=6.0.0-M3

View File

@@ -25,10 +25,10 @@ ext['springShellVersion'] = '1.2.0.RELEASE'
// Declare dependency management for the following dependencies.
dependencyManagement {
imports {
mavenBom "io.micrometer:micrometer-bom:$micrometerVersion"
mavenBom "org.springframework:spring-framework-bom:${springVersion}"
mavenBom "org.springframework.data:spring-data-bom:${springDataBomVersion}"
// mavenBom "org.springframework.session:spring-session-bom:${springSessionBomVersion}"
mavenBom "io.micrometer:micrometer-bom:$micrometerVersion"
}
dependencies {
// Java EE 9 dependencies