File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ allprojects {
101101 imports {
102102 mavenBom " com.fasterxml.jackson:jackson-bom:$jacksonBomVersion "
103103 mavenBom " org.junit:junit-bom:$junitJupiterVersion "
104- mavenBom " org.springframework:spring-framework-bom:$springVersion "
105- mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
106- mavenBom " org.springframework.data:spring-data-bom:$springDataVersion "
107104 mavenBom " io.micrometer:micrometer-bom:$micrometerVersion "
108105 mavenBom " io.micrometer:micrometer-tracing-bom:$micrometerTracingVersion "
106+ mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
107+ mavenBom " org.springframework.data:spring-data-bom:$springDataVersion "
108+ mavenBom " org.springframework:spring-framework-bom:$springVersion "
109109 }
110110 }
111111
You can’t perform that action at this time.
0 commit comments