File tree Expand file tree Collapse file tree 3 files changed +6
-23
lines changed
Expand file tree Collapse file tree 3 files changed +6
-23
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 >
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.springframework.boot</groupId >
1414 <artifactId >spring-boot-starter-parent</artifactId >
15- <version >3.5.4 </version >
15+ <version >3.5.7 </version >
1616 <relativePath />
1717 </parent >
1818
9696 <properties >
9797 <start-class >com.baeldung.bootstrap.Application</start-class >
9898 <subethasmtp .version>7.0.2</subethasmtp .version>
99- <spring-boot-maven-plugin .version>3.5.4 </spring-boot-maven-plugin .version>
99+ <spring-boot-maven-plugin .version>3.5.7 </spring-boot-maven-plugin .version>
100100 </properties >
101101
102102</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.baeldung.web</groupId >
77 <artifactId >spring-boot-rest</artifactId >
175175 <modelmapper .version>3.2.0</modelmapper .version>
176176 <rest-assured .version>5.5.0</rest-assured .version>
177177 <spring-oxm .version>6.2.3</spring-oxm .version>
178- <spring-boot .version>3.4.3 </spring-boot .version>
178+ <spring-boot .version>3.5.7 </spring-boot .version>
179179 <!-- https://github.com/qos-ch/logback/issues/853 -->
180180 <logback .version>1.5.17</logback .version>
181181 <!-- not managed by Spring anymore -->
You can’t perform that action at this time.
0 commit comments