Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<!-- Override Spring Boot 3.5.14 default (10.1.54) to clear the Tomcat
CVE batch Snyk reports against sample-core (HTTP/2 headers, Digest
auth, WebDAV LOCK/PROPFIND, etc.); fixed in 10.1.55. -->
<tomcat.version>10.1.55</tomcat.version>
<tomcat.version>10.1.56</tomcat.version>
<!-- frontend toolchain — frontend-maven-plugin downloads Node + npm into target/,
so contributors do not need a system-wide install and CI is reproducible.
Node 24.x is the current LTS (Krypton); npm 11.12.1 is what it bundles. -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<spring-security.version>6.5.11</spring-security.version>
<!-- Override Spring Boot 3.5.14 default (10.1.54) — Dependabot flagged
several Critical/High Tomcat CVEs fixed in 10.1.55. -->
<tomcat.version>10.1.55</tomcat.version>
<tomcat.version>10.1.56</tomcat.version>
<error-prone.version>2.49.0</error-prone.version>
<atlassian.connect.version>6.0.7</atlassian.connect.version>
<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
Expand Down
Loading