File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 <requiredCodeCoverage >0.90</requiredCodeCoverage >
3333
3434 <!-- For documentation only; actual coordination is done by the BOMs below -->
35- <spring-framework .version>6.2.10 </spring-framework .version>
35+ <spring-framework .version>6.2.12 </spring-framework .version>
3636 <tomcat .version>10.1.44</tomcat .version>
3737
3838 <!-- Test stack kept explicit so CI is deterministic across JDK updates -->
165165 <dependency >
166166 <groupId >org.springframework</groupId >
167167 <artifactId >spring-webmvc</artifactId >
168- <version >6.2.10 </version >
168+ <version >6.2.12 </version >
169169 </dependency >
170170 <dependency >
171171 <groupId >org.springframework</groupId >
172172 <artifactId >spring-beans</artifactId >
173- <version >6.2.10 </version >
173+ <version >6.2.12 </version >
174174 </dependency >
175175
176- <!-- Framework BOM import: lifts ALL spring-* modules to 6.2.10 (security fix) -->
176+ <!-- Framework BOM import: lifts ALL spring-* modules to 6.2.12 (security fix) -->
177177 <dependency >
178178 <groupId >org.springframework</groupId >
179179 <artifactId >spring-framework-bom</artifactId >
180- <version >6.2.10 </version >
180+ <version >6.2.12 </version >
181181 <type >pom</type >
182182 <scope >import</scope >
183183 </dependency >
You can’t perform that action at this time.
0 commit comments