Skip to content

Commit 9f45492

Browse files
author
Dave Syer
committed
Bump micrometer version to latest
1 parent 0646e66 commit 9f45492

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ bin/
2222
.settings/
2323
.factorypath
2424
.checkstyle
25+
26+
## VSCode
27+
.vscode/
28+
.devcontainer/

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ allprojects { project ->
187187
}
188188

189189
ext {
190-
micrometerVersion = dependencyManagement.importedProperties['micrometer.version']
191-
// not explicitly needed in subprojects, as the BOM for Sprint Boot sets this version
190+
micrometerVersion = '1.10.3'
191+
// not explicitly needed in subprojects, as the BOM for Spring Boot sets this version
192192
springFrameworkVersion = dependencyManagement.importedProperties['spring-framework.version']
193193
springSecurityVersion = dependencyManagement.importedProperties['spring-security.version']
194194
springCloudCommonsVersion = dependencyManagement.importedProperties['spring-cloud-commons.version']

0 commit comments

Comments
 (0)