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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Spring Boot related dependencies. Keep these in sync! -->
<spring-boot.version>3.4.5</spring-boot.version>
<spring-boot.version>3.4.15</spring-boot.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.

The version bump in this line targets 3.4.15, but the PR description requests 3.5.12 (and 4.0.4). This mismatch means the CVE patch may not be applied as intended. Please align the BOOT version with the intended patched release (either 3.5.12 or 4.0.4) and update all affected modules if needed.

<junit.version>5.11.4</junit.version>
<mockito.version>5.14.2</mockito.version>
<logback.version>1.5.34</logback.version>
Expand Down
Loading