Skip to content

Commit 9e61ae9

Browse files
authored
Merge pull request #18975 from panos-kakos/JAVA-49669
[JAVA-49669]
2 parents 5bc60fa + f982eb5 commit 9e61ae9

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

spring-boot-modules/spring-boot-environment/pom.xml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,36 +46,19 @@
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>
@@ -152,9 +135,9 @@
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>

spring-boot-modules/spring-boot-simple/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

@@ -96,7 +96,7 @@
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>

spring-boot-rest/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -175,7 +175,7 @@
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 -->

0 commit comments

Comments
 (0)