Skip to content

Commit 536f1c5

Browse files
committed
[JAVA-49669] Upgraded spring boot version to 3.5.7 for module spring-boot-environment
1 parent 29889c0 commit 536f1c5

File tree

1 file changed

+1
-18
lines changed
  • spring-boot-modules/spring-boot-environment

1 file changed

+1
-18
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>

0 commit comments

Comments
 (0)