Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion microservices-api-gateway/price-microservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.2.5</version>
<version>6.2.19</version>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security upgrade: This bumps the Spring Web MVC module to 6.2.19 to apply CVE fixes. After upgrading, run the full test suite to verify there are no runtime incompatibilities with other Spring modules or the Spring Boot version in use.

</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Loading