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 {
103
103
imports {
104
104
mavenBom " com.fasterxml.jackson:jackson-bom:$jacksonBomVersion "
105
105
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 "
109
106
mavenBom " io.micrometer:micrometer-bom:$micrometerVersion "
110
107
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 "
111
111
}
112
112
}
113
113
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >3.0.1-SNAPSHOT </version >
17
+ <version >3.0.11 </version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >3.0.1-SNAPSHOT </version >
17
+ <version >3.0.11 </version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >3.0.1-SNAPSHOT </version >
17
+ <version >3.0.11 </version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >3.0.1-SNAPSHOT </version >
17
+ <version >3.0.11 </version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.11 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
You can’t perform that action at this time.
0 commit comments