Skip to content

Commit c7df3f8

Browse files
committed
feat: QPPA-0000 fix pom for codebuild
1 parent 2622a78 commit c7df3f8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

rest-api/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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 -->
@@ -165,19 +165,19 @@
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>

0 commit comments

Comments
 (0)