This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new 559c43025 Fixed: [SECURITY] Several CVEs in Apache Tomcat
(OFBIZ-13365)
559c43025 is described below
commit 559c430252f678ea8056a91a695a5f900f0db1d2
Author: Jacques Le Roux <[email protected]>
AuthorDate: Wed Feb 18 09:44:52 2026 +0100
Fixed: [SECURITY] Several CVEs in Apache Tomcat (OFBIZ-13365)
See https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.115
---
example/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/build.gradle b/example/build.gradle
index 1b12c4ff2..c949c5af0 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -22,7 +22,7 @@ plugins {
}
dependencies {
- pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.110'
+ pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.115'
}
node {