feat: downgrade spring boot from 4.1.0 to 4.0.7
Pull Request CI-Frontend / Checks (pull_request) Successful in 2m42s
Pull Request CI-Frontend / Build & Push (pull_request) Successful in 51s
Pull Request CI-Backend / Checks (pull_request) Successful in 4m50s
staging/deploy PR #2 staging ready
Pull Request CI-Backend / Build & Push (pull_request) Successful in 4m7s

This commit is contained in:
2026-06-15 17:55:48 -03:00
parent c53e5e4338
commit 24bae77ec9
+2 -2
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>4.1.0</version>
<version>4.0.7</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -53,7 +53,7 @@
<surefire.version>3.5.6</surefire.version>
<jacoco.version>0.8.15</jacoco.version>
<checkstyle.version>3.6.0</checkstyle.version>
<springboot.version>4.1.0</springboot.version>
<springboot.version>4.0.7</springboot.version>
<jjwt.version>0.12.6</jjwt.version>
</properties>