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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ $RECYCLE.BIN/
.idea/*.iml
.idea/modules
.idea/sonarlint
.idea/copilot.data.*.xml
*.iml
*.ipr

Expand Down Expand Up @@ -235,4 +236,4 @@ matchbox-server/src/main/resources/static/prerendered-routes.json

*.repomixignore
repomix-output.xml
repomix.config.json
repomix.config.json
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Release 4.0.15

- Upgrade Tomcat to fix [CVE-2025-55752](https://github.com/advisories/GHSA-wmwf-9ccg-fff5)

2025/10/21 Release 4.0.14

- Further MCP Server integration [#398](https://github.com/ahdis/matchbox/issues/398)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<!-- Other dependencies we need -->
<lombok_version>1.18.36</lombok_version>
<tomcat_embed_version>10.1.44</tomcat_embed_version>
<tomcat_embed_version>10.1.48</tomcat_embed_version>
<postgresql_version>42.7.7</postgresql_version>
<h2_version>2.3.232</h2_version>
<jakarta_servlet_version>6.1.0</jakarta_servlet_version>
Expand Down