File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 2424 <maven .deploy.skip>true</maven .deploy.skip>
2525 <spotbugs .fail>false</spotbugs .fail>
2626 <opentelemetry .version>0.14.0</opentelemetry .version>
27- <springboot .version>3.2.6</springboot .version>
2827 </properties >
2928
3029 <dependencies >
Original file line number Diff line number Diff line change 4343 <junit-bom .version>5.8.2</junit-bom .version>
4444 <snakeyaml .version>2.0</snakeyaml .version>
4545 <testcontainers .version>1.20.0</testcontainers .version>
46+ <springboot .version>3.2.6</springboot .version>
4647 </properties >
4748
4849 <distributionManagement >
Original file line number Diff line number Diff line change 5252 <dependency >
5353 <groupId >org.springframework.boot</groupId >
5454 <artifactId >spring-boot-starter-web</artifactId >
55- <version >2.7.18 </version >
55+ <version >${springboot.version} </version >
5656 <scope >test</scope >
5757 </dependency >
5858 <dependency >
Original file line number Diff line number Diff line change 1818
1919 <properties >
2020 <maven .deploy.skip>false</maven .deploy.skip>
21- <springboot .version>3.2.6</springboot .version>
2221 </properties >
2322
2423 <dependencyManagement >
Original file line number Diff line number Diff line change 2222 <grpc .version>1.64.0</grpc .version>
2323 <protobuf .version>3.25.0</protobuf .version>
2424 <opentelemetry .version>1.39.0</opentelemetry .version>
25- <spring-boot .version>3.3.1</spring-boot .version>
25+ <springboot .version>3.3.1</springboot .version>
2626 <logback-classic .version>1.4.12</logback-classic .version>
2727 <wiremock .version>3.9.1</wiremock .version>
2828 </properties >
3333 <dependency >
3434 <groupId >org.springframework.boot</groupId >
3535 <artifactId >spring-boot-dependencies</artifactId >
36- <version >${spring-boot .version} </version >
36+ <version >${springboot .version} </version >
3737 <type >pom</type >
3838 <scope >import</scope >
3939 </dependency >
292292 </property >
293293 </activation >
294294 <properties >
295- <spring-boot .version>${env.PRODUCT_SPRING_BOOT_VERSION} </spring-boot .version>
295+ <springboot .version>${env.PRODUCT_SPRING_BOOT_VERSION} </springboot .version>
296296 </properties >
297297 <dependencies >
298298 <dependency >
Original file line number Diff line number Diff line change 9797 <dependency >
9898 <groupId >org.springframework.boot</groupId >
9999 <artifactId >spring-boot-starter-web</artifactId >
100- <version >2.7.18 </version >
100+ <version >${springboot.version} </version >
101101 <scope >test</scope >
102102 </dependency >
103103 <dependency >
104104 <groupId >org.springframework.boot</groupId >
105105 <artifactId >spring-boot-autoconfigure</artifactId >
106- <version >2.7.18 </version >
106+ <version >${springboot.version} </version >
107107 <scope >test</scope >
108108 </dependency >
109109 <dependency >
You can’t perform that action at this time.
0 commit comments