File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ allprojects {
103103 imports {
104104 mavenBom " com.fasterxml.jackson:jackson-bom:$jacksonBomVersion "
105105 mavenBom " org.junit:junit-bom:$junitJupiterVersion "
106- mavenBom " org.springframework:spring-framework-bom:$springVersion "
107- mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
108- mavenBom " org.springframework.data:spring-data-bom:$springDataVersion "
109106 mavenBom " io.micrometer:micrometer-bom:$micrometerVersion "
110107 mavenBom " io.micrometer:micrometer-tracing-bom:$micrometerTracingVersion "
108+ mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
109+ mavenBom " org.springframework.data:spring-data-bom:$springDataVersion "
110+ mavenBom " org.springframework:spring-framework-bom:$springVersion "
111111 }
112112 }
113113
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.springframework.boot</groupId >
1616 <artifactId >spring-boot-starter-parent</artifactId >
17- <version >3.0.1-SNAPSHOT </version >
17+ <version >3.0.11 </version >
1818 <relativePath /> <!-- lookup parent from repository -->
1919 </parent >
2020
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.springframework.boot</groupId >
1616 <artifactId >spring-boot-starter-parent</artifactId >
17- <version >3.0.1-SNAPSHOT </version >
17+ <version >3.0.11 </version >
1818 <relativePath /> <!-- lookup parent from repository -->
1919 </parent >
2020
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.springframework.boot</groupId >
1616 <artifactId >spring-boot-starter-parent</artifactId >
17- <version >3.0.1-SNAPSHOT </version >
17+ <version >3.0.11 </version >
1818 <relativePath /> <!-- lookup parent from repository -->
1919 </parent >
2020
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.springframework.boot</groupId >
1616 <artifactId >spring-boot-starter-parent</artifactId >
17- <version >3.0.1-SNAPSHOT </version >
17+ <version >3.0.11 </version >
1818 <relativePath /> <!-- lookup parent from repository -->
1919 </parent >
2020
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.0.1-SNAPSHOT </version >
8+ <version >3.0.11 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments