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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user