Skip to content

Commit f982eb5

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)