File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
22
.settings /
23
23
.factorypath
24
24
.checkstyle
25
+
26
+ # # VSCode
27
+ .vscode /
28
+ .devcontainer /
Original file line number Diff line number Diff line change @@ -187,8 +187,8 @@ allprojects { project ->
187
187
}
188
188
189
189
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
192
192
springFrameworkVersion = dependencyManagement. importedProperties[' spring-framework.version' ]
193
193
springSecurityVersion = dependencyManagement. importedProperties[' spring-security.version' ]
194
194
springCloudCommonsVersion = dependencyManagement. importedProperties[' spring-cloud-commons.version' ]
You can’t perform that action at this time.
0 commit comments