|
32 | 32 | <requiredCodeCoverage>0.90</requiredCodeCoverage> |
33 | 33 |
|
34 | 34 | <!-- For documentation only; actual coordination is done by the BOMs below --> |
35 | | - <spring-framework.version>6.2.12</spring-framework.version> |
| 35 | + <spring-framework.version>6.2.17</spring-framework.version> |
36 | 36 | <tomcat.version>10.1.52</tomcat.version> |
37 | 37 | <!-- Test stack kept explicit so CI is deterministic across JDK updates --> |
38 | 38 | <junit.jupiter.version>5.11.4</junit.jupiter.version> |
|
43 | 43 | <mockito.version>3.9.0</mockito.version> |
44 | 44 | <jakarta.servlet.version>6.1.0</jakarta.servlet.version> |
45 | 45 |
|
46 | | - <!-- Spring Security aligned with Boot 3.4.8 to avoid split versions --> |
47 | | - <spring.security.version>6.4.12</spring.security.version> |
| 46 | + <!-- Spring Security aligned with Boot BOM to avoid split versions --> |
| 47 | + <spring.security.version>6.5.9</spring.security.version> |
48 | 48 |
|
49 | 49 | <!-- JaCoCo aggregated report path used by Sonar --> |
50 | 50 | <sonar.coverage.jacoco.xmlReportPaths> |
|
196 | 196 | <dependency> |
197 | 197 | <groupId>org.springframework</groupId> |
198 | 198 | <artifactId>spring-webmvc</artifactId> |
199 | | - <version>6.2.12</version> |
| 199 | + <version>6.2.17</version> |
200 | 200 | </dependency> |
201 | 201 | <dependency> |
202 | 202 | <groupId>org.springframework</groupId> |
203 | 203 | <artifactId>spring-beans</artifactId> |
204 | | - <version>6.2.12</version> |
| 204 | + <version>6.2.17</version> |
205 | 205 | </dependency> |
206 | 206 |
|
207 | | - <!-- Framework BOM import: lifts ALL spring-* modules to 6.2.12 (security fix) --> |
| 207 | + <!-- Framework BOM import: lifts ALL spring-* modules to 6.2.17 (security fix) --> |
208 | 208 | <dependency> |
209 | 209 | <groupId>org.springframework</groupId> |
210 | 210 | <artifactId>spring-framework-bom</artifactId> |
211 | | - <version>6.2.12</version> |
| 211 | + <version>6.2.17</version> |
212 | 212 | <type>pom</type> |
213 | 213 | <scope>import</scope> |
214 | 214 | </dependency> |
|
0 commit comments