File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
spring-boot-modules/spring-boot-environment Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 4646 <artifactId >h2</artifactId >
4747 <scope >runtime</scope >
4848 </dependency >
49-
5049 <dependency >
5150 <groupId >org.subethamail</groupId >
5251 <artifactId >subethasmtp</artifactId >
5352 <version >${subethasmtp.version} </version >
5453 <scope >test</scope >
5554 </dependency >
56- <dependency >
57- <groupId >org.springframework.cloud</groupId >
58- <artifactId >spring-cloud-context</artifactId >
59- </dependency >
6055 <dependency >
6156 <groupId >org.apache.httpcomponents</groupId >
6257 <artifactId >httpclient</artifactId >
6358 <version >${httpclient.version} </version >
6459 </dependency >
6560 </dependencies >
6661
67- <dependencyManagement >
68- <dependencies >
69- <dependency >
70- <groupId >org.springframework.cloud</groupId >
71- <artifactId >spring-cloud-dependencies</artifactId >
72- <version >${spring.cloud-version} </version >
73- <type >pom</type >
74- <scope >import</scope >
75- </dependency >
76- </dependencies >
77- </dependencyManagement >
78-
7962 <build >
8063 <finalName >${project.artifactId} </finalName >
8164 <resources >
152135 </profiles >
153136
154137 <properties >
138+ <spring-boot .version>3.5.7</spring-boot .version>
155139 <subethasmtp .version>3.1.7</subethasmtp .version>
156140 <httpclient .version>4.5.8</httpclient .version>
157- <spring .cloud-version>2023.0.0</spring .cloud-version>
158141 </properties >
159142
160143</project >
You can’t perform that action at this time.
0 commit comments