Skip to content

Commit 4bbc9e2

Browse files
committed
Downgrade Spring Boot version to 4.0.1
Reverts the Spring Boot version from 4.0.2 to 4.0.1 in pom.xml. This may address compatibility or stability issues with the newer version.
1 parent 71327b4 commit 4bbc9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3838
<jackson.version>3.0.4</jackson.version>
39-
<spring-boot.version>4.0.2</spring-boot.version>
39+
<spring-boot.version>4.0.1</spring-boot.version>
4040
<sonar.organization>viglet</sonar.organization>
4141
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4242
<maven.deploy.skip>true</maven.deploy.skip>

0 commit comments

Comments
 (0)