Skip to content
Merged
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 api-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<httpclient.version>4.5.13</httpclient.version>
<xerces.version>2.12.2</xerces.version>
<commons.codec.version>1.15</commons.codec.version>
<spring.web.version>6.0.23</spring.web.version>
<spring.web.version>6.2.8</spring.web.version>
Copy link

Copilot AI Jun 27, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider moving the spring.web.version property into the parent POM's dependencyManagement section to centralize version control and avoid duplication across modules.

Copilot uses AI. Check for mistakes.
<com.google.code.gson-version>2.8.9</com.google.code.gson-version>

<!-- Maven plugins -->
Expand Down